antlr.build
public class ANTLR extends Object
Field Summary | |
---|---|
static String | compiler |
static String | jarName |
static String | root |
static String[] | srcdir |
Constructor Summary | |
---|---|
ANTLR() |
Method Summary | |
---|---|
void | build(Tool tool) Build ANTLR. action on cmd-line matches method name |
String | getName() |
void | jar(Tool tool) Jar up all the .class files |
protected boolean | rootIsValidANTLRDir(Tool tool) ANTLR root dir must contain an "antlr" dir and must have java
files underneath etc... |