Property | Type | Description | |
---|---|---|---|
defaultBlockOptions | string>.IDictionary | ||
defaultLexerBlockOptions | string>.IDictionary |
Method | Description | |
---|---|---|
BlockAST ( |
||
BlockAST ( IToken t ) : System.Collections.Generic | ||
BlockAST ( int type ) : System.Collections.Generic | ||
BlockAST ( int type, IToken t ) : System.Collections.Generic | ||
BlockAST ( int type, IToken t, string text ) : System.Collections.Generic | ||
DupNode ( ) : Antlr.Runtime.Tree.ITree | ||
Visit ( GrammarASTVisitor v ) : object |
public BlockAST ( |
||
node | ||
return | System.Collections.Generic |
public BlockAST ( IToken t ) : System.Collections.Generic | ||
t | IToken | |
return | System.Collections.Generic |
public BlockAST ( int type ) : System.Collections.Generic | ||
type | int | |
return | System.Collections.Generic |
public BlockAST ( int type, IToken t ) : System.Collections.Generic | ||
type | int | |
t | IToken | |
return | System.Collections.Generic |
public BlockAST ( int type, IToken t, string text ) : System.Collections.Generic | ||
type | int | |
t | IToken | |
text | string | |
return | System.Collections.Generic |
public DupNode ( ) : Antlr.Runtime.Tree.ITree | ||
return | Antlr.Runtime.Tree.ITree |
public Visit ( GrammarASTVisitor v ) : object | ||
v | GrammarASTVisitor | |
return | object |
public static IDictionary |
||
return | string>.IDictionary |