C# 클래스 Antlr4.AntlrTool.UndefChecker

상속: GrammarTreeVisitor
파일 보기 프로젝트 열기: sharwell/antlr4cs

공개 프로퍼티들

프로퍼티 타입 설명
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