C# 클래스 Antlr4.Tool.Ast.GrammarRootAST

상속: GrammarASTWithOptions
파일 보기 프로젝트 열기: sharwell/antlr4cs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cmdLineOptions string>.IDictionary
defaultOptions string>.IDictionary
fileName string
grammarType int
hasErrors bool

공개 메소드들

메소드 설명
DupNode ( ) : Antlr.Runtime.Tree.ITree
GetGrammarName ( ) : string
GetOptionString ( string key ) : string
GrammarRootAST ( Antlr.Runtime.IToken t, Antlr.Runtime.ITokenStream tokenStream ) : System.Collections.Generic
GrammarRootAST ( GrammarRootAST node ) : System.Collections.Generic
GrammarRootAST ( int type, Antlr.Runtime.IToken t, Antlr.Runtime.ITokenStream tokenStream ) : System.Collections.Generic
GrammarRootAST ( int type, Antlr.Runtime.IToken t, string text, Antlr.Runtime.ITokenStream tokenStream ) : System.Collections.Generic
Visit ( GrammarASTVisitor v ) : object

메소드 상세

DupNode() 공개 메소드

public DupNode ( ) : Antlr.Runtime.Tree.ITree
리턴 Antlr.Runtime.Tree.ITree

GetGrammarName() 공개 메소드

public GetGrammarName ( ) : string
리턴 string

GetOptionString() 공개 메소드

public GetOptionString ( string key ) : string
key string
리턴 string

GrammarRootAST() 공개 메소드

public GrammarRootAST ( Antlr.Runtime.IToken t, Antlr.Runtime.ITokenStream tokenStream ) : System.Collections.Generic
t Antlr.Runtime.IToken
tokenStream Antlr.Runtime.ITokenStream
리턴 System.Collections.Generic

GrammarRootAST() 공개 메소드

public GrammarRootAST ( GrammarRootAST node ) : System.Collections.Generic
node GrammarRootAST
리턴 System.Collections.Generic

GrammarRootAST() 공개 메소드

public GrammarRootAST ( int type, Antlr.Runtime.IToken t, Antlr.Runtime.ITokenStream tokenStream ) : System.Collections.Generic
type int
t Antlr.Runtime.IToken
tokenStream Antlr.Runtime.ITokenStream
리턴 System.Collections.Generic

GrammarRootAST() 공개 메소드

public GrammarRootAST ( int type, Antlr.Runtime.IToken t, string text, Antlr.Runtime.ITokenStream tokenStream ) : System.Collections.Generic
type int
t Antlr.Runtime.IToken
text string
tokenStream Antlr.Runtime.ITokenStream
리턴 System.Collections.Generic

Visit() 공개 메소드

public Visit ( GrammarASTVisitor v ) : object
v GrammarASTVisitor
리턴 object

프로퍼티 상세

cmdLineOptions 공개적으로 프로퍼티

public IDictionary cmdLineOptions
리턴 string>.IDictionary

defaultOptions 공개적으로 정적으로 프로퍼티

public static IDictionary defaultOptions
리턴 string>.IDictionary

fileName 공개적으로 프로퍼티

public string fileName
리턴 string

grammarType 공개적으로 프로퍼티

public int grammarType
리턴 int

hasErrors 공개적으로 프로퍼티

public bool hasErrors
리턴 bool