public abstract class JavaCCParserInternals extends 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 and Description |
---|
JavaCCParserInternals() |
Modifier and Type | Method and Description |
---|---|
protected static void |
add_inline_regexpr(RegularExpression r) |
protected static void |
add_token_manager_decls(Token t,
List decls) |
protected static void |
addcuname(String id) |
protected static void |
addproduction(NormalProduction p) |
protected static void |
addregexpr(TokenProduction p) |
protected static char |
character_descriptor_assign(Token t,
String s) |
protected static char |
character_descriptor_assign(Token t,
String s,
String left) |
protected static void |
compare(Token t,
String id1,
String id2) |
protected static boolean |
hexchar(char ch) |
protected static int |
hexval(char ch) |
protected static void |
initialize() |
protected static void |
insertionpointerrors(Token t) |
protected static void |
makeTryBlock(Token tryLoc,
Container result,
Container nestedExp,
List types,
List ids,
List catchblks,
List finallyblk) |
protected static void |
production_addexpansion(BNFProduction p,
Expansion e) |
static void |
reInit() |
protected static String |
remove_escapes_and_quotes(Token t,
String str) |
protected static void |
set_initial_cu_token(Token t) |
protected static void |
setinsertionpoint(Token t,
int no) |
add_escapes, addUnicodeEscapes, bannerLine, createOutputDir, getIdString, getIdString, getToolNames, isGeneratedBy, printLeadingComments, printLeadingComments, printToken, printToken, printTokenList, printTokenOnly, printTokenOnly, printTokenSetup, printTrailingComments, printTrailingComments, staticOpt
protected static void initialize()
protected static void addcuname(String id)
protected static void setinsertionpoint(Token t, int no)
protected static void insertionpointerrors(Token t)
protected static void set_initial_cu_token(Token t)
protected static void addproduction(NormalProduction p)
protected static void production_addexpansion(BNFProduction p, Expansion e)
protected static void addregexpr(TokenProduction p)
protected static void add_inline_regexpr(RegularExpression r)
protected static boolean hexchar(char ch)
protected static int hexval(char ch)
protected static char character_descriptor_assign(Token t, String s, String left)
protected static void makeTryBlock(Token tryLoc, Container result, Container nestedExp, List types, List ids, List catchblks, List finallyblk)
public static void reInit()
Copyright © 1996–2020 javacc.org. All rights reserved.