Uses of Package
org.javacc.parser
Packages that use org.javacc.parser
Package
Description
Generates BNF documentation from a grammar.
A tree generator.
A grammar and lexer generator.
-
Classes in org.javacc.parser used by Unnamed PackageClassDescriptionThe JavaCC context provides all environment variables for the code generation process.
-
Classes in org.javacc.parser used by org.javacc.jjdocClassDescriptionDescribes actions that may occur on the right hand side of productions.Describes expansions where one of many choices is taken (c1|c2|...).The JavaCC context provides all environment variables for the code generation process.Describes CPPCODE productions.Describes expansions - entities that may occur on the right hand sides of productions.Describes JAVACODE productions.Describes lookahead rule for a particular expansion or expansion sequence (See Sequence.java).Describes non terminals.Describes JavaCC productions.Describes one-or-more expansions (e.g., foo+).Describes regular expressions.Describes expansions that are sequences of expansion units.Describes the input token stream.Describes the various regular expression productions.Describes expansions of the form "try {...} ...".Describes zero-or-more expansions (e.g., foo*).Describes zero-or-one expansions (e.g., [foo], foo?).
-
Classes in org.javacc.parser used by org.javacc.jjtree
-
Classes in org.javacc.parser used by org.javacc.parserClassDescriptionDescribes actions that may occur on the right hand side of productions.Describes BNF productions.Describes character range descriptors in a character list.Describes expansions where one of many choices is taken (c1|c2|...).The
CodeGeneratorSettingsimplements aMapbuilderDescribes a CODE productions.An object container.The JavaCC context provides all environment variables for the code generation process.Describes expansions - entities that may occur on the right hand sides of productions.Output error messages and keep track of totals.This package contains data created as a result of parsing and semanticizing a JavaCC input file.Token literal values and constants.Utilities.Token Manager.An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).The lexer context provides all variables for aLexGeninstance.Describes lookahead rule for a particular expansion or expansion sequence (See Sequence.java).Describes a match, within a given lookahead.Thrown when there is a mis-configuration or a bug.A Non-deterministic Finite Automaton.The state of a Non-deterministic Finite Automaton.Describes JavaCC productions.A class with static state that stores all option information.This exception is thrown when parse errors are encountered.The object type of entries in the vector "respecs" of class "TokenProduction".Describes regular expressions.Describes the input token stream.Describes the various regular expression productions.Objects of this type are passed to the tree walker routines in ExpansionTreeWalker.Describes expansions of the form "try {...} ...". -
Classes in org.javacc.parser used by org.javacc.utilsClassDescriptionThe
CodeGeneratorSettingsimplements aMapbuilderThe JavaCC context provides all environment variables for the code generation process.Describes the input token stream.