C# Class Antlr4.Tool.Ast.StarBlockAST

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

Public Methods

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

StarBlockAST() public method

public StarBlockAST ( StarBlockAST node )
node StarBlockAST

StarBlockAST() public method

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