public class Tool extends Object
Modifier and Type | Field and Description |
---|---|
protected Tool |
antlrTool |
protected String[] |
args |
protected String |
grammarFileName |
protected Vector |
grammars |
protected int |
nargs |
protected Hierarchy |
theHierarchy |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
boolean |
preprocess() |
String[] |
preprocessedArgList()
create new arg list with correct length to pass to ANTLR
|