C# Class GoTo.Parser.AbstractSyntaxTree.ExpressionInstructionNode

Inheritance: GoTo.Parser.AbstractSyntaxTree.InstructionNode
Show file Open project: MarcosCobena/GoTo

Public Methods

Method Description
ExpressionInstructionNode ( string var, int line, int column = -1 )

Method Details

ExpressionInstructionNode() public method

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