C# Class Antlr4.Tool.Ast.SetAST

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

Méthodes publiques

Méthode Description
DupNode ( ) : Antlr.Runtime.Tree.ITree
SetAST ( SetAST node )
SetAST ( int type, Antlr.Runtime.IToken t, string text )
Visit ( GrammarASTVisitor v ) : object

Method Details

DupNode() public méthode

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

SetAST() public méthode

public SetAST ( SetAST node )
node SetAST

SetAST() public méthode

public SetAST ( int type, Antlr.Runtime.IToken t, string text )
type int
t Antlr.Runtime.IToken
text string

Visit() public méthode

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