Attribute | Description | Required |
target | The jjtree grammar file to process. | Yes |
javacchome | The directory containing the JavaCC distribution. | Yes |
outputdirectory | The directory to write the generated file to. If not set, the files are written to the directory containing the grammar file. | No |
buildnodefiles | Sets the BUILD_NODE_FILES grammar option. This is a boolean option. | No |
multi | Sets the MULTI grammar option. This is a boolean option. | No |
nodedefaultvoid | Sets the NODE_DEFAULT_VOID grammar option. This is a boolean option. | No |
nodefactory | Sets the NODE_FACTORY grammar option. This is boolean option. | No |
nodescopehook | Sets the NODE_SCOPE_HOOK grammar option. This is a boolean option. | No |
nodeusesparser | Sets the NODE_USES_PARSER grammar option. This is a boolean option. | No |
static | Sets the STATIC grammar option. This is a boolean option. | No |
visitor | Sets the VISITOR grammar option. This is a boolean option. | No |
nodepackage | Sets the NODE_PACKAGE grammar option. This is a string option. | No |
visitorexception | Sets the VISITOR_EXCEPTION grammar option. This is a string option. | No |
nodeprefix | Sets the NODE_PREFIX grammar option. This is a string option. | No |