Свойство | Type | Description | |
---|---|---|---|
ALL_GRAMMAR_EXTENSIONS | IList |
||
GRAMMAR_EXTENSION | string | ||
LEGACY_GRAMMAR_EXTENSION | string | ||
ST_inspector_wait_for_close | bool | ||
VERSION | string | ||
args | string[] | ||
errMgr | |||
force_atn | bool | ||
genPackage | string | ||
gen_dependencies | bool | ||
gen_listener | bool | ||
gen_visitor | bool | ||
generate_ATN_dot | bool | ||
grammarEncoding | string | ||
grammarOptions | string>.IDictionary | ||
inputDirectory | string | ||
internalOption_PrintGrammarTree | bool | ||
internalOption_ShowATNConfigsInDFA | bool | ||
launch_ST_inspector | bool | ||
libDirectory | string | ||
log | bool | ||
logMgr | |||
longMessages | bool | ||
msgFormat | string | ||
optionDefs | Option[] | ||
outputDirectory | string | ||
warnings_are_errors | bool |
Свойство | Type | Description | |
---|---|---|---|
grammarFiles | IList |
||
haveOutputDir | bool | ||
return_dont_exit | bool |
Méthode | Description | |
---|---|---|
AddListener ( ANTLRToolListener tl ) : void | ||
AntlrTool ( string args ) : System.Collections.Generic | ||
CheckForRuleIssues ( |
||
CreateGrammar ( |
||
Error ( |
||
FindOptionValueAST ( |
||
GenerateATNs ( |
||
GetImportedGrammarFile ( |
||
GetListeners ( ) : IList |
||
GetNumErrors ( ) : int | ||
GetOutputDirectory ( string fileNameWithPath ) : string | ||
GetOutputFileWriter ( |
||
Help ( ) : void | ||
Info ( string msg ) : void | ||
LoadGrammar ( string fileName ) : |
||
LoadImportedGrammar ( |
||
Log ( [ component, string msg ) : void | ||
Log ( string msg ) : void | ||
Main ( string args ) : int | ||
Panic ( ) : void | ||
Parse ( string fileName, Antlr.Runtime.ICharStream @in ) : |
||
ParseGrammar ( string fileName ) : |
||
ParseGrammarFromString ( string grammar ) : |
||
Process ( |
||
ProcessGrammarsOnCommandLine ( ) : void | ||
ProcessNonCombinedGrammar ( |
||
RemoveListener ( ANTLRToolListener tl ) : void | ||
RemoveListeners ( ) : void | ||
SortGrammarByTokenVocab ( IList |
||
Version ( ) : void | ||
Warning ( |
Méthode | Description | |
---|---|---|
HandleArgs ( ) : void | ||
HandleOptionSetArg ( string arg ) : void | ||
WriteDOTFile ( |
||
WriteDOTFile ( |
Méthode | Description | |
---|---|---|
AntlrTool ( ) : System.Collections.Generic | ||
GetField ( System.Type type, string name ) : |
public AddListener ( ANTLRToolListener tl ) : void | ||
tl | ANTLRToolListener | |
Résultat | void |
public AntlrTool ( string args ) : System.Collections.Generic | ||
args | string | |
Résultat | System.Collections.Generic |
public CheckForRuleIssues ( |
||
g | ||
Résultat | bool |
public CreateGrammar ( |
||
ast | ||
Résultat |
public Error ( |
||
msg | ||
Résultat | void |
public static FindOptionValueAST ( |
||
root | ||
option | string | |
Résultat |
public GenerateATNs ( |
||
g | ||
Résultat | void |
public GetImportedGrammarFile ( |
||
g | ||
fileName | string | |
Résultat | string |
public GetOutputDirectory ( string fileNameWithPath ) : string | ||
fileNameWithPath | string | |
Résultat | string |
public GetOutputFileWriter ( |
||
g | ||
fileName | string | |
Résultat | System.IO.TextWriter |
protected HandleOptionSetArg ( string arg ) : void | ||
arg | string | |
Résultat | void |
public LoadGrammar ( string fileName ) : |
||
fileName | string | |
Résultat |
public LoadImportedGrammar ( |
||
g | ||
nameNode | ||
Résultat |
public Log ( [ component, string msg ) : void | ||
component | [ | |
msg | string | |
Résultat | void |
public Parse ( string fileName, Antlr.Runtime.ICharStream @in ) : |
||
fileName | string | |
@in | Antlr.Runtime.ICharStream | |
Résultat |
public ParseGrammar ( string fileName ) : |
||
fileName | string | |
Résultat |
public ParseGrammarFromString ( string grammar ) : |
||
grammar | string | |
Résultat |
public Process ( |
||
g | ||
gencode | bool | |
Résultat | void |
public ProcessGrammarsOnCommandLine ( ) : void | ||
Résultat | void |
public ProcessNonCombinedGrammar ( |
||
g | ||
gencode | bool | |
Résultat | void |
public RemoveListener ( ANTLRToolListener tl ) : void | ||
tl | ANTLRToolListener | |
Résultat | void |
public SortGrammarByTokenVocab ( IList |
||
fileNames | IList |
|
Résultat | IList |
public Warning ( |
||
msg | ||
Résultat | void |
protected WriteDOTFile ( |
||
g | ||
r | ||
dot | string | |
Résultat | void |
protected WriteDOTFile ( |
||
g | ||
name | string | |
dot | string | |
Résultat | void |
public static IList |
||
Résultat | IList |
public static string GRAMMAR_EXTENSION | ||
Résultat | string |
public static string LEGACY_GRAMMAR_EXTENSION | ||
Résultat | string |
public bool ST_inspector_wait_for_close | ||
Résultat | bool |
public static bool internalOption_PrintGrammarTree | ||
Résultat | bool |
public static bool internalOption_ShowATNConfigsInDFA | ||
Résultat | bool |