org.javacc.parser.Semanticize.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javacc Show documentation
Show all versions of javacc Show documentation
JavaCC is a parser/scanner generator for Java.
Semanticize
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 and 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 and Description
Semanticize()
-
Method Summary
Methods
Modifier and Type
Method and 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()