C# Class Antlr4.Tool.Ast.ActionAST

Inheritance: GrammarASTWithOptions, RuleElementAST
Afficher le fichier Open project: sharwell/antlr4cs Class Usage Examples

Méthodes publiques

Свойство Type Description
chunks IList
resolver AttributeResolver

Méthodes publiques

Méthode 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 méthode

public ActionAST ( ActionAST node ) : System.Collections.Generic
node ActionAST
Résultat System.Collections.Generic

ActionAST() public méthode

public ActionAST ( IToken t ) : System.Collections.Generic
t IToken
Résultat System.Collections.Generic

ActionAST() public méthode

public ActionAST ( int type ) : System.Collections.Generic
type int
Résultat System.Collections.Generic

ActionAST() public méthode

public ActionAST ( int type, IToken t ) : System.Collections.Generic
type int
t IToken
Résultat System.Collections.Generic

DupNode() public méthode

public DupNode ( ) : Antlr.Runtime.Tree.ITree
Résultat Antlr.Runtime.Tree.ITree

Visit() public méthode

public Visit ( GrammarASTVisitor v ) : object
v GrammarASTVisitor
Résultat object

Property Details

chunks public_oe property

public IList chunks
Résultat IList

resolver public_oe property

public AttributeResolver resolver
Résultat AttributeResolver