Package org.javacc.jjdoc
Class JJDocContext
- java.lang.Object
-
- org.javacc.parser.Context
-
- org.javacc.jjdoc.JJDocContext
-
public class JJDocContext extends Context
-
-
Constructor Summary
Constructors Constructor Description JJDocContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetBNF()Find the BNF value.java.lang.StringgetCSS()Find the CSS value.booleangetJCC()Find the BNF value.booleangetOneTable()Find the one table value.java.lang.StringgetOutputFile()Find the output file value.booleangetText()Find the text value.booleangetXText()-
Methods inherited from class org.javacc.parser.Context
createOutputDir, errors, getCodeGenerator, globals, options
-
-
-
-
Method Detail
-
getOneTable
public final boolean getOneTable()
Find the one table value.
-
getCSS
public final java.lang.String 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
public final java.lang.String getOutputFile()
Find the output file value.
-
-