Свойство | Type | Description | |
---|---|---|---|
defaultBlockOptions | string>.IDictionary | ||
defaultLexerBlockOptions | string>.IDictionary |
Méthode | 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 | ||
Résultat | System.Collections.Generic |
public BlockAST ( IToken t ) : System.Collections.Generic | ||
t | IToken | |
Résultat | System.Collections.Generic |
public BlockAST ( int type ) : System.Collections.Generic | ||
type | int | |
Résultat | System.Collections.Generic |
public BlockAST ( int type, IToken t ) : System.Collections.Generic | ||
type | int | |
t | IToken | |
Résultat | System.Collections.Generic |
public BlockAST ( int type, IToken t, string text ) : System.Collections.Generic | ||
type | int | |
t | IToken | |
text | string | |
Résultat | System.Collections.Generic |
public DupNode ( ) : Antlr.Runtime.Tree.ITree | ||
Résultat | Antlr.Runtime.Tree.ITree |
public Visit ( GrammarASTVisitor v ) : object | ||
v | GrammarASTVisitor | |
Résultat | object |
public static IDictionary |
||
Résultat | string>.IDictionary |