Package antlr.preprocessor
Class Tool
- java.lang.Object
-
- antlr.preprocessor.Tool
-
public class Tool extends java.lang.Object
Tester for the preprocessor
-
-
Field Summary
Fields Modifier and Type Field Description protected Tool
antlrTool
protected java.lang.String[]
args
protected java.lang.String
grammarFileName
protected Vector
grammars
protected int
nargs
protected Hierarchy
theHierarchy
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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
-
-
-
Constructor Detail
-
Tool
public Tool(Tool t, java.lang.String[] args)
-
-