C# Class GoTo.Parser.AbstractSyntaxTree.ExpressionInstructionNode

Inheritance: GoTo.Parser.AbstractSyntaxTree.InstructionNode
Afficher le fichier Open project: MarcosCobena/GoTo

Méthodes publiques

Méthode Description
ExpressionInstructionNode ( string var, int line, int column = -1 )

Method Details

ExpressionInstructionNode() public méthode

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