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

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

보호된 프로퍼티들

프로퍼티 타입 설명
options GrammarAST>.IDictionary

공개 메소드들

메소드 설명
DupNode ( ) : Antlr.Runtime.Tree.ITree
GetNumberOfOptions ( ) : int
GetOptionAST ( string key ) : GrammarAST
GetOptionString ( string key ) : string
GrammarASTWithOptions ( Antlr.Runtime.IToken t ) : System.Collections.Generic
GrammarASTWithOptions ( GrammarASTWithOptions node ) : System.Collections.Generic
GrammarASTWithOptions ( int type ) : System.Collections.Generic
GrammarASTWithOptions ( int type, Antlr.Runtime.IToken t ) : System.Collections.Generic
GrammarASTWithOptions ( int type, Antlr.Runtime.IToken t, string text ) : System.Collections.Generic
SetOption ( string key, GrammarAST node ) : void

비공개 메소드들

메소드 설명
GetOptions ( ) : GrammarAST>.IDictionary

메소드 상세

DupNode() 공개 추상적인 메소드

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

GetNumberOfOptions() 공개 메소드

public GetNumberOfOptions ( ) : int
리턴 int

GetOptionAST() 공개 메소드

public GetOptionAST ( string key ) : GrammarAST
key string
리턴 GrammarAST

GetOptionString() 공개 메소드

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

GrammarASTWithOptions() 공개 메소드

public GrammarASTWithOptions ( Antlr.Runtime.IToken t ) : System.Collections.Generic
t Antlr.Runtime.IToken
리턴 System.Collections.Generic

GrammarASTWithOptions() 공개 메소드

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

GrammarASTWithOptions() 공개 메소드

public GrammarASTWithOptions ( int type ) : System.Collections.Generic
type int
리턴 System.Collections.Generic

GrammarASTWithOptions() 공개 메소드

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

GrammarASTWithOptions() 공개 메소드

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

SetOption() 공개 메소드

public SetOption ( string key, GrammarAST node ) : void
key string
node GrammarAST
리턴 void

프로퍼티 상세

options 보호되어 있는 프로퍼티

protected IDictionary options
리턴 GrammarAST>.IDictionary