|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--antlr.preprocessor.Tool
Untamed:
Field Summary | |
protected Tool |
antlrTool
|
protected String[] |
args
|
protected String |
grammarFileName
|
protected Vector |
grammars
|
protected int |
nargs
|
protected Hierarchy |
theHierarchy
|
Constructor Summary | |
Tool(Tool t,
String[] args)
Enabled: |
Method Summary | |
static void |
main(String[] args)
Enabled: |
boolean |
preprocess()
Enabled: |
String[] |
preprocessedArgList()
Enabled: create new arg list with correct length to pass to ANTLR |
private void |
processArguments(String[] incomingArgs)
Process -glib options and grammar file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Hierarchy theHierarchy
protected String grammarFileName
protected String[] args
protected int nargs
protected Vector grammars
protected Tool antlrTool
Constructor Detail |
public Tool(Tool t, String[] args)
Method Detail |
public static void main(String[] args)
public boolean preprocess()
public String[] preprocessedArgList()
private void processArguments(String[] incomingArgs)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |