프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
grammarFiles | IList |
||
haveOutputDir | bool | ||
return_dont_exit | bool |
메소드 | 설명 | |
---|---|---|
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 ( |
메소드 | 설명 | |
---|---|---|
HandleArgs ( ) : void | ||
HandleOptionSetArg ( string arg ) : void | ||
WriteDOTFile ( |
||
WriteDOTFile ( |
메소드 | 설명 | |
---|---|---|
AntlrTool ( ) : System.Collections.Generic | ||
GetField ( System.Type type, string name ) : |
public AddListener ( ANTLRToolListener tl ) : void | ||
tl | ANTLRToolListener | |
리턴 | void |
public AntlrTool ( string args ) : System.Collections.Generic | ||
args | string | |
리턴 | System.Collections.Generic |
public CheckForRuleIssues ( |
||
g | ||
리턴 | bool |
public CreateGrammar ( |
||
ast | ||
리턴 |
public static FindOptionValueAST ( |
||
root | ||
option | string | |
리턴 |
public GetImportedGrammarFile ( |
||
g | ||
fileName | string | |
리턴 | string |
public GetOutputDirectory ( string fileNameWithPath ) : string | ||
fileNameWithPath | string | |
리턴 | string |
public GetOutputFileWriter ( |
||
g | ||
fileName | string | |
리턴 | System.IO.TextWriter |
public LoadGrammar ( string fileName ) : |
||
fileName | string | |
리턴 |
public LoadImportedGrammar ( |
||
g | ||
nameNode | ||
리턴 |
public Parse ( string fileName, Antlr.Runtime.ICharStream @in ) : |
||
fileName | string | |
@in | Antlr.Runtime.ICharStream | |
리턴 |
public ParseGrammar ( string fileName ) : |
||
fileName | string | |
리턴 |
public ParseGrammarFromString ( string grammar ) : |
||
grammar | string | |
리턴 |
public Process ( |
||
g | ||
gencode | bool | |
리턴 | void |
public ProcessNonCombinedGrammar ( |
||
g | ||
gencode | bool | |
리턴 | void |
public RemoveListener ( ANTLRToolListener tl ) : void | ||
tl | ANTLRToolListener | |
리턴 | void |
public SortGrammarByTokenVocab ( IList |
||
fileNames | IList |
|
리턴 | IList |
protected WriteDOTFile ( |
||
g | ||
r | ||
dot | string | |
리턴 | void |
protected WriteDOTFile ( |
||
g | ||
name | string | |
dot | string | |
리턴 | void |
public static bool internalOption_PrintGrammarTree | ||
리턴 | bool |
public static bool internalOption_ShowATNConfigsInDFA | ||
리턴 | bool |