org.javacc.parser
Class LookaheadCalc

java.lang.Object
  extended by org.javacc.parser.JavaCCGlobals
      extended by org.javacc.parser.LookaheadCalc

public class LookaheadCalc
extends JavaCCGlobals


Field Summary
 
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, jjcovGenerated, jjtreeGenerated, lexstate_I2S, lexstate_S2I, maskindex, maskVals, named_tokens_table, names_of_tokens, ordered_named_tokens, origFileName, outputDir, production_table, rexprlist, rexps_of_tokens, simple_tokens_table, token_mgr_decls, tokenCount, toolName, toolNames
 
Constructor Summary
LookaheadCalc()
           
 
Method Summary
static void choiceCalc(Choice ch)
           
static void ebnfCalc(Expansion exp, Expansion nested)
           
 
Methods inherited from class org.javacc.parser.JavaCCGlobals
add_escapes, addUnicodeEscapes, bannerLine, getIdString, getIdString, getToolNames, isGeneratedBy, printLeadingComments, printLeadingComments, printToken, printToken, printTokenOnly, printTokenOnly, printTokenSetup, printTrailingComments, printTrailingComments, reInit, setOutputDir, staticOpt, storeOutputDirSpec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookaheadCalc

public LookaheadCalc()
Method Detail

choiceCalc

public static void choiceCalc(Choice ch)

ebnfCalc

public static void ebnfCalc(Expansion exp,
                            Expansion nested)