Package org.javacc.jjdoc
Class JJDocContext
java.lang.Object
org.javacc.parser.Context
org.javacc.jjdoc.JJDocContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleangetBNF()Find the BNF value.final StringgetCSS()Find the CSS value.final booleangetJCC()Find the BNF value.final booleanFind the one table value.final StringFind the output file value.final booleangetText()Find the text value.final booleangetXText()Methods inherited from class org.javacc.parser.Context
createOutputDir, errors, getCodeGenerator, globals, options
-
Constructor Details
-
JJDocContext
public JJDocContext()
-
-
Method Details
-
getOneTable
public final boolean getOneTable()Find the one table value. -
getCSS
Find the CSS value. -
getText
public final boolean getText()Find the text value. -
getXText
public final boolean getXText() -
getBNF
public final boolean getBNF()Find the BNF value. -
getJCC
public final boolean getJCC()Find the BNF value. -
getOutputFile
Find the output file value.
-