public class ANTLR extends Object
Modifier and Type | Field and Description |
---|---|
static String |
compiler |
static String |
jarName |
static String |
root |
static String[] |
srcdir |
Constructor and Description |
---|
ANTLR() |
Modifier and Type | Method and Description |
---|---|
void |
build(Tool tool)
Build ANTLR.
|
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...
|
public static String compiler
public static String jarName
public static String root
public static String[] srcdir
public String getName()
public void build(Tool tool)
public void jar(Tool tool)
protected boolean rootIsValidANTLRDir(Tool tool)