C# Class Antlr4.Tool.Ast.RangeAST

Inheritance: GrammarAST, RuleElementAST
Show file Open project: sharwell/antlr4cs Class Usage Examples

Public Methods

Method Description
DupNode ( ) : Antlr.Runtime.Tree.ITree
RangeAST ( Antlr.Runtime.IToken t )
RangeAST ( RangeAST node )
Visit ( GrammarASTVisitor v ) : object

Method Details

DupNode() public method

public DupNode ( ) : Antlr.Runtime.Tree.ITree
return Antlr.Runtime.Tree.ITree

RangeAST() public method

public RangeAST ( Antlr.Runtime.IToken t )
t Antlr.Runtime.IToken

RangeAST() public method

public RangeAST ( RangeAST node )
node RangeAST

Visit() public method

public Visit ( GrammarASTVisitor v ) : object
v GrammarASTVisitor
return object