Property | Type | Description | |
---|---|---|---|
cmdLineOptions | string>.IDictionary | ||
defaultOptions | string>.IDictionary | ||
fileName | string | ||
grammarType | int | ||
hasErrors | bool |
Method | Description | |
---|---|---|
DupNode ( ) : Antlr.Runtime.Tree.ITree | ||
GetGrammarName ( ) : string | ||
GetOptionString ( string key ) : string | ||
GrammarRootAST ( Antlr.Runtime.IToken t, Antlr.Runtime.ITokenStream tokenStream ) : System.Collections.Generic | ||
GrammarRootAST ( |
||
GrammarRootAST ( int type, Antlr.Runtime.IToken t, Antlr.Runtime.ITokenStream tokenStream ) : System.Collections.Generic | ||
GrammarRootAST ( int type, Antlr.Runtime.IToken t, string text, Antlr.Runtime.ITokenStream tokenStream ) : System.Collections.Generic | ||
Visit ( GrammarASTVisitor v ) : object |
public DupNode ( ) : Antlr.Runtime.Tree.ITree | ||
return | Antlr.Runtime.Tree.ITree |
public GetOptionString ( string key ) : string | ||
key | string | |
return | string |
public GrammarRootAST ( Antlr.Runtime.IToken t, Antlr.Runtime.ITokenStream tokenStream ) : System.Collections.Generic | ||
t | Antlr.Runtime.IToken | |
tokenStream | Antlr.Runtime.ITokenStream | |
return | System.Collections.Generic |
public GrammarRootAST ( |
||
node | ||
return | System.Collections.Generic |
public GrammarRootAST ( int type, Antlr.Runtime.IToken t, Antlr.Runtime.ITokenStream tokenStream ) : System.Collections.Generic | ||
type | int | |
t | Antlr.Runtime.IToken | |
tokenStream | Antlr.Runtime.ITokenStream | |
return | System.Collections.Generic |
public GrammarRootAST ( int type, Antlr.Runtime.IToken t, string text, Antlr.Runtime.ITokenStream tokenStream ) : System.Collections.Generic | ||
type | int | |
t | Antlr.Runtime.IToken | |
text | string | |
tokenStream | Antlr.Runtime.ITokenStream | |
return | System.Collections.Generic |
public Visit ( GrammarASTVisitor v ) : object | ||
v | GrammarASTVisitor | |
return | object |
public static IDictionary |
||
return | string>.IDictionary |