Uses of Class
org.javacc.parser.Context
-
Packages that use Context Package Description <Unnamed> A package independant layer for ease of use in scripts.org.javacc.jjdoc Generates BNF documentation from a grammar.org.javacc.jjtree A tree generator.org.javacc.parser A grammar and lexer generator.org.javacc.utils -
-
Uses of Context in <Unnamed>
Methods in <Unnamed> with parameters of type Context Modifier and Type Method Description voidJavaCCInterpreter. runTokenizer(java.lang.String grammar, java.lang.String input, Context context) -
Uses of Context in org.javacc.jjdoc
Subclasses of Context in org.javacc.jjdoc Modifier and Type Class Description classJJDocContext -
Uses of Context in org.javacc.jjtree
Subclasses of Context in org.javacc.jjtree Modifier and Type Class Description classJJTreeContextMethods in org.javacc.jjtree with parameters of type Context Modifier and Type Method Description (package private) static java.lang.StringTokenUtils. remove_escapes_and_quotes(Token t, java.lang.String str, Context context) -
Uses of Context in org.javacc.parser
Fields in org.javacc.parser declared as Context Modifier and Type Field Description protected ContextJavaCCParserInternals. context(package private) ContextLexerContext. contextprivate ContextLexGen. contextprivate ContextSemanticize. contextprivate ContextSemanticize.EmptyChecker. contextprivate ContextSemanticize.FixRJustNames. contextprivate ContextSemanticize.LookaheadFixer. contextprivate ContextSemanticize.ProductionDefinedChecker. contextMethods in org.javacc.parser that return Context Modifier and Type Method Description protected ContextSemanticize. getContext()static ContextMain. reInitAll()Methods in org.javacc.parser with parameters of type Context Modifier and Type Method Description (package private) voidRChoice. CheckUnmatchability(int[] lexStates, Context context)(package private) static voidLookaheadCalc. choiceCalc(Choice ch, Context context)private static ParserDataMain. createParserData(Context context)booleanCodeGenerator. generateHelpers(Context context, CodeGeneratorSettings settings, TokenizerData tokenizerData)Generate any other support files you need.ParserCodeGeneratorCodeGenerator. getParserCodeGenerator(Context context)The Parser class generator.TokenCodeGeneratorCodeGenerator. getTokenCodeGenerator(Context context)The Token class generator.TokenManagerCodeGeneratorCodeGenerator. getTokenManagerCodeGenerator(Context context)The TokenManager class generator.private static java.lang.StringLookaheadCalc. image(MatchInfo m, Context context)protected voidJavaCCParserInternals. initialize(Context context)voidJavaCCParser. javacc_input(Context context)THE JAVACC GRAMMAR SPECIFICATION STARTS HERE *static voidOptions. normalize(Context context)private static booleanSemanticize. prodWalk(NormalProduction prod, Context context)private static booleanSemanticize. rexpWalk(RegularExpression rexp, Context context)static voidOptions. setInputFileOption(java.lang.Object nameloc, java.lang.Object valueloc, java.lang.String name, java.lang.Object value, Context context)static voidSemanticize. start(Context context)private voidRCharacterList. ToCaseNeutral(Context context)Constructors in org.javacc.parser with parameters of type Context Constructor Description CharacterRange(char l, char r, Context context)EmptyChecker(Context context)FixRJustNames(Context context)Constructs an instance ofSemanticize.FixRJustNames.LexerContext(Context context)LexGen(Context context)LookaheadFixer(Context context)Constructs an instance ofSemanticize.LookaheadFixer.ProductionDefinedChecker(Context context)Constructs an instance ofSemanticize.ProductionDefinedChecker.Semanticize(Context context) -
Uses of Context in org.javacc.utils
Fields in org.javacc.utils declared as Context Modifier and Type Field Description private ContextCodeBuilder. contextMethods in org.javacc.utils with parameters of type Context Modifier and Type Method Description static booleanOutputFileDigest. check(java.io.File file, java.lang.String toolName, java.lang.String compatibleVersion, java.util.List<java.lang.String> options, Context context)Check if the File already exists.private static voidOutputFileDigest. checkOptions(java.io.File file, java.lang.String[] options, Context context)Read the options line from the file and compare to the options currently in use.private static voidOutputFileDigest. checkVersion(java.io.File file, java.lang.String toolName, java.lang.String versionId, Context context)Output a warning if the file was created with an incompatible version of JavaCC.static CodeBuilder.GenericCodeBuilderCodeBuilder.GenericCodeBuilder. of(Context context, CodeGeneratorSettings options)Constructs an instance ofCodeBuilder.GenericCodeBuilder.Constructors in org.javacc.utils with parameters of type Context Constructor Description CodeBuilder(Context context, CodeGeneratorSettings options)Constructs an instance ofCodeBuilder.GenericCodeBuilder(Context context, CodeGeneratorSettings options)Constructs an instance ofAbstractCodeGenBuilder2.OutputFile(java.io.File file, java.lang.String toolName, java.lang.String compatibleVersion, java.util.List<java.lang.String> options, Context context)Create a new OutputFile.
-