C# Class Antlr4.Tool.Ast.PlusBlockAST

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

Public Methods

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

Method Details

DupNode() public method

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

GetGreedy() public method

public GetGreedy ( ) : bool
return bool

PlusBlockAST() public method

public PlusBlockAST ( PlusBlockAST node )
node PlusBlockAST

PlusBlockAST() public method

public PlusBlockAST ( int type, Antlr.Runtime.IToken t, Antlr.Runtime.IToken nongreedy )
type int
t Antlr.Runtime.IToken
nongreedy Antlr.Runtime.IToken

Visit() public method

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