C# Class Antlr4.AntlrTool.UndefChecker

Inheritance: GrammarTreeVisitor
Datei anzeigen Open project: sharwell/antlr4cs

Public Properties

Property Type Description
badref bool

Public Methods

Method 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 method

public GetErrorManager ( ) : ErrorManager
return Antlr4.Tool.ErrorManager

RuleRef() public method

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

TokenRef() public method

public TokenRef ( TerminalAST @ref ) : void
@ref Antlr4.Tool.Ast.TerminalAST
return void

UndefChecker() public method

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

Property Details

badref public_oe property

public bool badref
return bool