C# Class Antlr4.Tool.Ast.RuleAST

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

Méthodes publiques

Méthode Description
DupNode ( ) : Antlr.Runtime.Tree.ITree
GetLexerAction ( ) : ActionAST
GetRuleName ( ) : string
IsLexerRule ( ) : bool
RuleAST ( Antlr.Runtime.IToken t ) : Antlr4.Parse
RuleAST ( RuleAST node ) : Antlr4.Parse
RuleAST ( int type ) : Antlr4.Parse
Visit ( GrammarASTVisitor v ) : object

Method Details

DupNode() public méthode

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

GetLexerAction() public méthode

public GetLexerAction ( ) : ActionAST
Résultat ActionAST

GetRuleName() public méthode

public GetRuleName ( ) : string
Résultat string

IsLexerRule() public méthode

public IsLexerRule ( ) : bool
Résultat bool

RuleAST() public méthode

public RuleAST ( Antlr.Runtime.IToken t ) : Antlr4.Parse
t Antlr.Runtime.IToken
Résultat Antlr4.Parse

RuleAST() public méthode

public RuleAST ( RuleAST node ) : Antlr4.Parse
node RuleAST
Résultat Antlr4.Parse

RuleAST() public méthode

public RuleAST ( int type ) : Antlr4.Parse
type int
Résultat Antlr4.Parse

Visit() public méthode

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