Package org.javacc.parser
Class Semanticize
- java.lang.Object
-
- org.javacc.parser.JavaCCGlobals
-
- org.javacc.parser.Semanticize
-
public class Semanticize extends JavaCCGlobals
-
-
Field Summary
Fields Modifier and Type Field Description static RegularExpression
other
-
Fields inherited from class org.javacc.parser.JavaCCGlobals
bnfproductions, ccol, cline, cu_from_insertion_point_2, cu_name, cu_to_insertion_point_1, cu_to_insertion_point_2, fileName, jj2index, jjtreeGenerated, lexstate_I2S, lexstate_S2I, lookaheadNeeded, maskindex, maskVals, named_tokens_table, names_of_tokens, ordered_named_tokens, origFileName, otherLanguageDeclTokenBeg, otherLanguageDeclTokenEnd, production_table, rexprlist, rexps_of_tokens, simple_tokens_table, token_mgr_decls, tokenCount, toolName, toolNames
-
-
Constructor Summary
Constructors Constructor Description Semanticize()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
emptyExpansionExists(Expansion exp)
static boolean
hasIgnoreCase(java.util.Hashtable<java.lang.String,RegularExpression> table, java.lang.String str)
static void
reInit()
static void
start()
-
Methods inherited from class org.javacc.parser.JavaCCGlobals
add_escapes, addUnicodeEscapes, bannerLine, createOutputDir, getIdString, getIdString, getToolNames, isGeneratedBy, printLeadingComments, printLeadingComments, printToken, printToken, printTokenList, printTokenOnly, printTokenOnly, printTokenSetup, printTrailingComments, printTrailingComments, staticOpt
-
-
-
-
Field Detail
-
other
public static RegularExpression other
-
-
Method Detail
-
start
public static void start() throws MetaParseException
- Throws:
MetaParseException
-
hasIgnoreCase
public static boolean hasIgnoreCase(java.util.Hashtable<java.lang.String,RegularExpression> table, java.lang.String str)
-
emptyExpansionExists
public static boolean emptyExpansionExists(Expansion exp)
-
reInit
public static void reInit()
-
-