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