Class Context
java.lang.Object
org.javacc.parser.Context
- Direct Known Subclasses:
JJDocContext, JJTreeContext
The JavaCC context provides all environment variables for the code generation
process.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CodeGeneratorprivate final JavaCCErrorsprivate final JavaCCGlobalsprivate final Options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidcreateOutputDir(File outputDir) final JavaCCErrorserrors()Get the error instance.final CodeGeneratorGet theCodeGenerator.final JavaCCGlobalsglobals()Get the globals instance.final Optionsoptions()Get the options.
-
Field Details
-
errors
-
globals
-
options
-
codeGenerator
-
-
Constructor Details
-
Context
public Context() -
Context
-
-
Method Details
-
errors
Get the error instance. -
globals
Get the globals instance. -
options
Get the options. -
getCodeGenerator
Get theCodeGenerator. -
createOutputDir
-