프로퍼티 | 타입 | 설명 | |
---|---|---|---|
defaultBlockOptions | string>.IDictionary | ||
defaultLexerBlockOptions | string>.IDictionary |
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | System.Collections.Generic |
public BlockAST ( IToken t ) : System.Collections.Generic | ||
t | IToken | |
리턴 | System.Collections.Generic |
public BlockAST ( int type ) : System.Collections.Generic | ||
type | int | |
리턴 | System.Collections.Generic |
public BlockAST ( int type, IToken t ) : System.Collections.Generic | ||
type | int | |
t | IToken | |
리턴 | System.Collections.Generic |
public BlockAST ( int type, IToken t, string text ) : System.Collections.Generic | ||
type | int | |
t | IToken | |
text | string | |
리턴 | System.Collections.Generic |
public static IDictionary |
||
리턴 | string>.IDictionary |