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