C# Class Antlr4.Tool.Ast.ActionAST

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

Public Properties

Property Type Description
chunks IList
resolver AttributeResolver

Public Methods

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

Method Details

ActionAST() public method

public ActionAST ( ActionAST node ) : System.Collections.Generic
node ActionAST
return System.Collections.Generic

ActionAST() public method

public ActionAST ( IToken t ) : System.Collections.Generic
t IToken
return System.Collections.Generic

ActionAST() public method

public ActionAST ( int type ) : System.Collections.Generic
type int
return System.Collections.Generic

ActionAST() public method

public ActionAST ( int type, IToken t ) : System.Collections.Generic
type int
t IToken
return System.Collections.Generic

DupNode() public method

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

Visit() public method

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

Property Details

chunks public property

public IList chunks
return IList

resolver public property

public AttributeResolver resolver
return AttributeResolver