Uses of Package
org.javacc.parser
-
Packages that use org.javacc.parser Package Description <Unnamed> 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 -
Classes in org.javacc.parser used by <Unnamed> Class Description Context The JavaCC context provides all environment variables for the code generation process.TokenizerData -
Classes in org.javacc.parser used by org.javacc.jjdoc Class Description Action Describes actions that may occur on the right hand side of productions.Choice Describes expansions where one of many choices is taken (c1|c2|...).Context The JavaCC context provides all environment variables for the code generation process.CppCodeProduction Describes CPPCODE productions.Expansion Describes expansions - entities that may occur on the right hand sides of productions.JavaCodeProduction Describes JAVACODE productions.Lookahead Describes lookahead rule for a particular expansion or expansion sequence (See Sequence.java).NonTerminal Describes non terminals.NormalProduction Describes JavaCC productions.OneOrMore Describes one-or-more expansions (e.g., foo+).RegularExpression Describes regular expressions.Sequence Describes expansions that are sequences of expansion units.Token Describes the input token stream.TokenProduction Describes the various regular expression productions.TryBlock Describes expansions of the form "try {...} ...".ZeroOrMore Describes zero-or-more expansions (e.g., foo*).ZeroOrOne Describes zero-or-one expansions (e.g., [foo], foo?). -
Classes in org.javacc.parser used by org.javacc.jjtree Class Description Context The JavaCC context provides all environment variables for the code generation process.Options A class with static state that stores all option information. -
Classes in org.javacc.parser used by org.javacc.parser Class Description Action Describes actions that may occur on the right hand side of productions.BNFProduction Describes BNF productions.CharacterRange Describes character range descriptors in a character list.Choice Describes expansions where one of many choices is taken (c1|c2|...).CodeGenerator CodeGeneratorSettings TheCodeGeneratorSettingsimplements aMapbuilderCodeProduction Describes a CODE productions.Container An object container.Context The JavaCC context provides all environment variables for the code generation process.Expansion Describes expansions - entities that may occur on the right hand sides of productions.JavaCCErrors Output error messages and keep track of totals.JavaCCGlobals This package contains data created as a result of parsing and semanticizing a JavaCC input file.JavaCCParser.JJCalls JavaCCParser.LookaheadSuccess JavaCCParserConstants Token literal values and constants.JavaCCParserInternals Utilities.JavaCCParserTokenManager Token Manager.JavaCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).LexerContext The lexer context provides all variables for aLexGeninstance.Lookahead Describes lookahead rule for a particular expansion or expansion sequence (See Sequence.java).MatchInfo Describes a match, within a given lookahead.MetaParseException Thrown when there is a mis-configuration or a bug.Nfa A Non-deterministic Finite Automaton.NfaState The state of a Non-deterministic Finite Automaton.NormalProduction Describes JavaCC productions.Options A class with static state that stores all option information.Pair ParseException This exception is thrown when parse errors are encountered.ParserCodeGenerator ParserData RegExprSpec The object type of entries in the vector "respecs" of class "TokenProduction".RegularExpression Describes regular expressions.Semanticize Token Describes the input token stream.TokenCodeGenerator TokenizerData TokenizerData.MatchInfo TokenizerData.MatchType TokenizerData.NfaState TokenManagerCodeGenerator TokenProduction Describes the various regular expression productions.TreeWalkerOp Objects of this type are passed to the tree walker routines in ExpansionTreeWalker.TryBlock Describes expansions of the form "try {...} ...". -
Classes in org.javacc.parser used by org.javacc.utils Class Description CodeGeneratorSettings TheCodeGeneratorSettingsimplements aMapbuilderContext The JavaCC context provides all environment variables for the code generation process.Token Describes the input token stream.