C# 클래스 Antlr4.Tool.Grammar.StringCollector

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

공개 프로퍼티들

프로퍼티 타입 설명
strings ISet

공개 메소드들

메소드 설명
GetErrorManager ( ) : ErrorManager
StringCollector ( Grammar grammar ) : System.Collections.Generic
StringRef ( TerminalAST @ref ) : void

메소드 상세

GetErrorManager() 공개 메소드

public GetErrorManager ( ) : ErrorManager
리턴 ErrorManager

StringCollector() 공개 메소드

public StringCollector ( Grammar grammar ) : System.Collections.Generic
grammar Grammar
리턴 System.Collections.Generic

StringRef() 공개 메소드

public StringRef ( TerminalAST @ref ) : void
@ref Antlr4.Tool.Ast.TerminalAST
리턴 void

프로퍼티 상세

strings 공개적으로 프로퍼티

public ISet strings
리턴 ISet