|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.codehaus.jparsec | |
---|---|
org.codehaus.jparsec | Provides core Parser implementations for parser combinator logic. |
org.codehaus.jparsec.misc | Provides optional convenience API built around core jparsec (Extra dependency on cglib is required). |
org.codehaus.jparsec.pattern | Provides Pattern implementations for use by character level scanners. |
Classes in org.codehaus.jparsec used by org.codehaus.jparsec | |
---|---|
OperatorTable
Builds Parser to parse expressions with operator-precedence grammar. |
|
Parser
Defines grammar and encapsulates parsing logic. |
|
Parser.Reference
An atomic mutable reference to Parser used in recursive grammars. |
|
Terminals
Provides convenient API to build lexer and parsers for terminals. |
|
Terminals.Builder
Builds Terminals instance by defining the words and keywords recognized. |
|
Token
Represents any token with a token value and the 0-based index in the source. |
|
TokenMap
Maps a Token to a an object of type T , or null if the token isn't recognized. |
|
Tokens.Fragment
Represents a fragment tagged according to its semantics. |
|
Tokens.ScientificNotation
Represents a scientific notation with a significand (mantissa) and an exponent. |
|
Tokens.Tag
Pre-built Tokens.Fragment token tags. |
|
WithSource
Parsed result with the matched source text. |
Classes in org.codehaus.jparsec used by org.codehaus.jparsec.misc | |
---|---|
Parser
Defines grammar and encapsulates parsing logic. |
Classes in org.codehaus.jparsec used by org.codehaus.jparsec.pattern | |
---|---|
Parser
Defines grammar and encapsulates parsing logic. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |