C# Класс Antlr4.AntlrTool.UndefChecker

Наследование: GrammarTreeVisitor
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
badref bool

Открытые методы

Метод Описание
GetErrorManager ( ) : ErrorManager
RuleRef ( GrammarAST @ref, ActionAST arg ) : void
TokenRef ( TerminalAST @ref ) : void
UndefChecker ( AntlrTool tool, Grammar g, RuleAST>.IDictionary ruleToAST ) : System.Collections.Generic

Описание методов

GetErrorManager() публичный метод

public GetErrorManager ( ) : ErrorManager
Результат Antlr4.Tool.ErrorManager

RuleRef() публичный метод

public RuleRef ( GrammarAST @ref, ActionAST arg ) : void
@ref Antlr4.Tool.Ast.GrammarAST
arg Antlr4.Tool.Ast.ActionAST
Результат void

TokenRef() публичный метод

public TokenRef ( TerminalAST @ref ) : void
@ref Antlr4.Tool.Ast.TerminalAST
Результат void

UndefChecker() публичный метод

public UndefChecker ( AntlrTool tool, Grammar g, RuleAST>.IDictionary ruleToAST ) : System.Collections.Generic
tool AntlrTool
g Antlr4.Tool.Grammar
ruleToAST RuleAST>.IDictionary
Результат System.Collections.Generic

Описание свойств

badref публичное свойство

public bool badref
Результат bool