C# Class Antlr4.Tool.Ast.PredAST

Inheritance: ActionAST
Show file Open project: sharwell/antlr4cs Class Usage Examples

Public Methods

Method Description
DupNode ( ) : Antlr.Runtime.Tree.ITree
PredAST ( Antlr.Runtime.IToken t )
PredAST ( PredAST node )
PredAST ( int type )
PredAST ( 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

PredAST() public method

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

PredAST() public method

public PredAST ( PredAST node )
node PredAST

PredAST() public method

public PredAST ( int type )
type int

PredAST() public method

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

Visit() public method

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