Modifier and Type | Field and Description |
---|---|
private CommandlineJava | |
private static final String | |
private static final String | |
private File | |
private String | |
private static final String | |
private final Map | |
private static final String | |
private String | |
private boolean | |
private File | |
private static final String |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
private String | |
public void | |
public void | |
public void | |
public void | |
public void | setOutputfile(String
the name of the output file. outputFile)The outputfile to write the generated BNF documentation file to. |
public void | |
public void |
cmdl | back to summary |
---|---|
private CommandlineJava cmdl |
DEFAULT_SUFFIX_HTML | back to summary |
---|---|
private static final String DEFAULT_SUFFIX_HTML |
DEFAULT_SUFFIX_TEXT | back to summary |
---|---|
private static final String DEFAULT_SUFFIX_TEXT |
javaccHome | back to summary |
---|---|
private File javaccHome |
maxMemory | back to summary |
---|---|
private String maxMemory |
ONE_TABLE | back to summary |
---|---|
private static final String ONE_TABLE |
optionalAttrs | back to summary |
---|---|
private final Map<String, Object> optionalAttrs |
OUTPUT_FILE | back to summary |
---|---|
private static final String OUTPUT_FILE |
outputFile | back to summary |
---|---|
private String outputFile |
plainText | back to summary |
---|---|
private boolean plainText |
targetFile | back to summary |
---|---|
private File targetFile |
TEXT | back to summary |
---|---|
private static final String TEXT |
JJDoc | back to summary |
---|---|
public JJDoc() Constructor |
createOutputFileName | back to summary |
---|---|
private String createOutputFileName(File destFile, String optionalOutputFile, boolean plain) |
execute | back to summary |
---|---|
public void execute() throws BuildException Overrides org. Do the task.
|
setJavacchome | back to summary |
---|---|
public void setJavacchome(File javaccHome) The directory containing the JavaCC distribution.
|
setMaxmemory | back to summary |
---|---|
public void setMaxmemory(String max) Corresponds -Xmx.
|
setOnetable | back to summary |
---|---|
public void setOnetable(boolean oneTable) Sets the ONE_TABLE documentation option.
|
setOutputfile | back to summary |
---|---|
public void setOutputfile(String outputFile) The outputfile to write the generated BNF documentation file to. If not set, the file is written with the same name as the JavaCC grammar file with a suffix .html or .txt.
|
setTarget | back to summary |
---|---|
public void setTarget(File target) The javacc grammar file to process.
|
setText | back to summary |
---|---|
public void setText(boolean plainText) Sets the TEXT BNF documentation option.
|