프로퍼티 | 타입 | 설명 | |
---|---|---|---|
options | GrammarAST>.IDictionary |
메소드 | 설명 | |
---|---|---|
DupNode ( ) : Antlr.Runtime.Tree.ITree | ||
GetNumberOfOptions ( ) : int | ||
GetOptionAST ( string key ) : |
||
GetOptionString ( string key ) : string | ||
GrammarASTWithOptions ( Antlr.Runtime.IToken t ) : System.Collections.Generic | ||
GrammarASTWithOptions ( |
||
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, |
메소드 | 설명 | |
---|---|---|
GetOptions ( ) : GrammarAST>.IDictionary |
public abstract DupNode ( ) : Antlr.Runtime.Tree.ITree | ||
리턴 | Antlr.Runtime.Tree.ITree |
public GrammarASTWithOptions ( Antlr.Runtime.IToken t ) : System.Collections.Generic | ||
t | Antlr.Runtime.IToken | |
리턴 | System.Collections.Generic |
public GrammarASTWithOptions ( |
||
node | ||
리턴 | System.Collections.Generic |
public GrammarASTWithOptions ( int type ) : System.Collections.Generic | ||
type | int | |
리턴 | System.Collections.Generic |
public GrammarASTWithOptions ( int type, Antlr.Runtime.IToken t ) : System.Collections.Generic | ||
type | int | |
t | Antlr.Runtime.IToken | |
리턴 | System.Collections.Generic |
public GrammarASTWithOptions ( int type, Antlr.Runtime.IToken t, string text ) : System.Collections.Generic | ||
type | int | |
t | Antlr.Runtime.IToken | |
text | string | |
리턴 | System.Collections.Generic |
public SetOption ( string key, |
||
key | string | |
node | ||
리턴 | void |