Interface | Description |
---|---|
CharStream |
This interface describes a character stream that maintains line and
column number positions of the characters.
|
GeneratedJavaParserConstants |
Token literal values and constants.
|
HasParentNode<T> |
An object that can have a parent node.
|
ParseStart<R> |
The start production for JavaParser.
|
Provider |
Abstract interface for reading from a stream.
|
UnicodeEscapeProcessingProvider.PositionMapping.PositionUpdate |
Class | Description |
---|---|
AbstractCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
GeneratedJavaParserTokenManager |
Token Manager.
|
JavaParser |
Parse Java source code and creates Abstract Syntax Trees.
|
JavaParserAdapter | |
JavaParserBuild |
Some information that was available when this library was built by Maven.
|
JavaToken |
A token from a parsed source file.
|
LineEndingProcessingProvider |
Provider un-escaping unicode escape sequences in the input sequence. |
ParserConfiguration |
The configuration that is used by the parser.
|
ParseResult<T> |
The results given when parsing with an instance of JavaParser.
|
Position |
A position in a source file.
|
Problem |
A problem that was encountered during parsing.
|
Processor | |
Providers |
Factory for providers of source code for JavaParser.
|
Range |
A range of characters in a source file, from "begin" to "end", including the characters at "begin" and "end".
|
SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
StaticJavaParser |
A simpler, static API than
JavaParser . |
StreamProvider |
NOTE : This generated class can be safely deleted if installing in a GWT installation (use StringProvider instead)
|
StringProvider | |
Token |
Describes the input token stream.
|
TokenRange |
The range of tokens covered by this node.
|
TokenTypes |
Complements GeneratedJavaParserConstants
|
UnicodeEscapeProcessingProvider |
Provider un-escaping unicode escape sequences in the input sequence. |
UnicodeEscapeProcessingProvider.LineCounter |
Processor keeping track of the current line and column in a stream of
incoming characters.
|
UnicodeEscapeProcessingProvider.PositionMapping |
An algorithm mapping
Position form two corresponding files. |
Enum | Description |
---|---|
JavaToken.Category | |
JavaToken.Kind | |
ParserConfiguration.LanguageLevel |
Exception | Description |
---|---|
ParseException |
This exception is thrown when parse errors are encountered.
|
ParseProblemException |
Thrown when parsing problems occur during parsing with the static methods on JavaParser.
|
TokenMgrException |
Token Manager Error.
|
Copyright © 2007–2022. All rights reserved.