C# Class Antlr4.Tool.Ast.OptionalBlockAST

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

Public Methods

Method Description
DupNode ( ) : Antlr.Runtime.Tree.ITree
GetGreedy ( ) : bool
OptionalBlockAST ( OptionalBlockAST node )
OptionalBlockAST ( 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

OptionalBlockAST() public method

public OptionalBlockAST ( OptionalBlockAST node )
node OptionalBlockAST

OptionalBlockAST() public method

public OptionalBlockAST ( 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