C# Class Antlr4.AntlrTool.UndefChecker

Inheritance: GrammarTreeVisitor
Afficher le fichier Open project: sharwell/antlr4cs

Méthodes publiques

Свойство Type Description
badref bool

Méthodes publiques

Méthode Description
GetErrorManager ( ) : ErrorManager
RuleRef ( GrammarAST @ref, ActionAST arg ) : void
TokenRef ( TerminalAST @ref ) : void
UndefChecker ( AntlrTool tool, Grammar g, RuleAST>.IDictionary ruleToAST ) : System.Collections.Generic

Method Details

GetErrorManager() public méthode

public GetErrorManager ( ) : ErrorManager
Résultat Antlr4.Tool.ErrorManager

RuleRef() public méthode

public RuleRef ( GrammarAST @ref, ActionAST arg ) : void
@ref Antlr4.Tool.Ast.GrammarAST
arg Antlr4.Tool.Ast.ActionAST
Résultat void

TokenRef() public méthode

public TokenRef ( TerminalAST @ref ) : void
@ref Antlr4.Tool.Ast.TerminalAST
Résultat void

UndefChecker() public méthode

public UndefChecker ( AntlrTool tool, Grammar g, RuleAST>.IDictionary ruleToAST ) : System.Collections.Generic
tool AntlrTool
g Antlr4.Tool.Grammar
ruleToAST RuleAST>.IDictionary
Résultat System.Collections.Generic

Property Details

badref public_oe property

public bool badref
Résultat bool