Uses of Class
org.javacc.parser.Context
Packages that use Context
Package
Description
A package independant layer for ease of use in scripts.
Generates BNF documentation from a grammar.
A tree generator.
A grammar and lexer generator.
-
Uses of Context in Unnamed Package
Methods in Unnamed Package with parameters of type ContextModifier and TypeMethodDescriptionvoidJavaCCInterpreter.runTokenizer(String grammar, String input, Context context) -
Uses of Context in org.javacc.jjdoc
Subclasses of Context in org.javacc.jjdoc -
Uses of Context in org.javacc.jjtree
Subclasses of Context in org.javacc.jjtreeMethods in org.javacc.jjtree with parameters of type ContextModifier and TypeMethodDescription(package private) static StringTokenUtils.remove_escapes_and_quotes(Token t, String str, Context context) -
Uses of Context in org.javacc.parser
Fields in org.javacc.parser declared as ContextModifier and TypeFieldDescriptionprotected ContextJavaCCParserInternals.context(package private) final ContextLexerContext.contextprivate final ContextLexGen.contextprivate final ContextSemanticize.contextprivate final ContextSemanticize.EmptyChecker.contextprivate final ContextSemanticize.FixRJustNames.contextprivate final ContextSemanticize.LookaheadFixer.contextprivate final ContextSemanticize.ProductionDefinedChecker.contextMethods in org.javacc.parser that return ContextModifier and TypeMethodDescriptionprotected final ContextSemanticize.getContext()static ContextMain.reInitAll()Methods in org.javacc.parser with parameters of type ContextModifier and TypeMethodDescription(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.CodeGenerator.getParserCodeGenerator(Context context) The Parser class generator.CodeGenerator.getTokenCodeGenerator(Context context) The Token class generator.CodeGenerator.getTokenManagerCodeGenerator(Context context) The TokenManager class generator.private static Stringprotected voidJavaCCParserInternals.initialize(Context context) final voidJavaCCParser.javacc_input(Context context) THE JAVACC GRAMMAR SPECIFICATION STARTS HERE *static voidprivate static booleanSemanticize.prodWalk(NormalProduction prod, Context context) private static booleanSemanticize.rexpWalk(RegularExpression rexp, Context context) static voidOptions.setInputFileOption(Object nameloc, Object valueloc, String name, Object value, Context context) static voidprivate voidRCharacterList.ToCaseNeutral(Context context) Constructors in org.javacc.parser with parameters of type ContextModifierConstructorDescription(package private)CharacterRange(char l, char r, Context context) privateEmptyChecker(Context context) privateFixRJustNames(Context context) Constructs an instance ofSemanticize.FixRJustNames.(package private)LexerContext(Context context) privateLookaheadFixer(Context context) Constructs an instance ofSemanticize.LookaheadFixer.privateProductionDefinedChecker(Context context) Constructs an instance ofSemanticize.ProductionDefinedChecker.privateSemanticize(Context context) -
Uses of Context in org.javacc.utils
Fields in org.javacc.utils declared as ContextMethods in org.javacc.utils with parameters of type ContextModifier and TypeMethodDescriptionstatic booleanOutputFileDigest.check(File file, String toolName, String compatibleVersion, List<String> options, Context context) Check if the File already exists.private static voidOutputFileDigest.checkOptions(File file, String[] options, Context context) Read the options line from the file and compare to the options currently in use.private static voidOutputFileDigest.checkVersion(File file, String toolName, String versionId, Context context) Output a warning if the file was created with an incompatible version of JavaCC.CodeBuilder.GenericCodeBuilder.of(Context context, CodeGeneratorSettings options) Constructs an instance ofCodeBuilder.GenericCodeBuilder.Constructors in org.javacc.utils with parameters of type ContextModifierConstructorDescriptionprotectedCodeBuilder(Context context, CodeGeneratorSettings options) Constructs an instance ofCodeBuilder.privateGenericCodeBuilder(Context context, CodeGeneratorSettings options) Constructs an instance of.invalid reference
AbstractCodeGenBuilder2(package private)OutputFile(File file, String toolName, String compatibleVersion, List<String> options, Context context) Create a new OutputFile.