Property | Type | Description | |
---|---|---|---|
options | GrammarAST>.IDictionary |
Method | Description | |
---|---|---|
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, |
Method | Description | |
---|---|---|
GetOptions ( ) : GrammarAST>.IDictionary |
public abstract DupNode ( ) : Antlr.Runtime.Tree.ITree | ||
return | Antlr.Runtime.Tree.ITree |
public GetOptionAST ( string key ) : |
||
key | string | |
return |
public GetOptionString ( string key ) : string | ||
key | string | |
return | string |
public GrammarASTWithOptions ( Antlr.Runtime.IToken t ) : System.Collections.Generic | ||
t | Antlr.Runtime.IToken | |
return | System.Collections.Generic |
public GrammarASTWithOptions ( |
||
node | ||
return | System.Collections.Generic |
public GrammarASTWithOptions ( int type ) : System.Collections.Generic | ||
type | int | |
return | System.Collections.Generic |
public GrammarASTWithOptions ( int type, Antlr.Runtime.IToken t ) : System.Collections.Generic | ||
type | int | |
t | Antlr.Runtime.IToken | |
return | System.Collections.Generic |
public GrammarASTWithOptions ( int type, Antlr.Runtime.IToken t, string text ) : System.Collections.Generic | ||
type | int | |
t | Antlr.Runtime.IToken | |
text | string | |
return | System.Collections.Generic |
public SetOption ( string key, |
||
key | string | |
node | ||
return | void |