C# Class GoTo.Parser.AbstractSyntaxTree.UnaryExpressionInstructionNode

Inheritance: ExpressionInstructionNode
Datei anzeigen Open project: MarcosCobena/GoTo

Public Methods

Method Description
ToString ( ) : string
UnaryExpressionInstructionNode ( string var, int line, int column = -1 )

Method Details

ToString() public method

public ToString ( ) : string
return string

UnaryExpressionInstructionNode() public method

public UnaryExpressionInstructionNode ( string var, int line, int column = -1 )
var string
line int
column int