C# Class GoTo.Parser.AbstractSyntaxTree.ExpressionInstructionNode

Inheritance: GoTo.Parser.AbstractSyntaxTree.InstructionNode
显示文件 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