C# Class Antlr4.Tool.Ast.RuleRefAST

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

Public Methods

Method Description
DupNode ( ) : Antlr.Runtime.Tree.ITree
RuleRefAST ( Antlr.Runtime.IToken t )
RuleRefAST ( RuleRefAST node )
RuleRefAST ( int type )
RuleRefAST ( int type, Antlr.Runtime.IToken t )
Visit ( GrammarASTVisitor v ) : object

Method Details

DupNode() public method

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

RuleRefAST() public method

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

RuleRefAST() public method

public RuleRefAST ( RuleRefAST node )
node RuleRefAST

RuleRefAST() public method

public RuleRefAST ( int type )
type int

RuleRefAST() public method

public RuleRefAST ( int type, Antlr.Runtime.IToken t )
type int
t Antlr.Runtime.IToken

Visit() public method

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