C# Class SyntaxTree.NodeBool

Represents a bool literal.
Inheritance: NodeExpr
Datei anzeigen Open project: YourLocalFax/OLD-Score Class Usage Examples

Public Methods

Method Description
Accept ( IAstVisitor visitor ) : void
NodeBool ( Token token ) : Lex

Method Details

Accept() public method

public Accept ( IAstVisitor visitor ) : void
visitor IAstVisitor
return void

NodeBool() public method

public NodeBool ( Token token ) : Lex
token Lex.Token
return Lex