Class and Description |
---|
AbstractCharStream
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
CharStream
This interface describes a character stream that maintains line and
column number positions of the characters.
|
GeneratedJavaParserConstants
Token literal values and constants.
|
JavaToken
A token from a parsed source file.
|
JavaToken.Category |
JavaToken.Kind |
ParseException
This exception is thrown when parse errors are encountered.
|
ParserConfiguration
The configuration that is used by the parser.
|
ParserConfiguration.LanguageLevel |
ParseResult
The results given when parsing with an instance of JavaParser.
|
ParseStart
The start production for JavaParser.
|
Position
A position in a source file.
|
Problem
A problem that was encountered during parsing.
|
Processor |
Provider
Abstract interface for reading from a stream.
|
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).
|
Token
Describes the input token stream.
|
TokenRange
The range of tokens covered by this node.
|
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. |
UnicodeEscapeProcessingProvider.PositionMapping.PositionUpdate |
Class and Description |
---|
HasParentNode
An object that can have a parent node.
|
JavaParser
Parse Java source code and creates Abstract Syntax Trees.
|
ParseResult
The results given when parsing with an instance of JavaParser.
|
Range
A range of characters in a source file, from "begin" to "end", including the characters at "begin" and "end".
|
TokenRange
The range of tokens covered by this node.
|
Class and Description |
---|
HasParentNode
An object that can have a parent node.
|
TokenRange
The range of tokens covered by this node.
|
Class and Description |
---|
HasParentNode
An object that can have a parent node.
|
TokenRange
The range of tokens covered by this node.
|
Class and Description |
---|
HasParentNode
An object that can have a parent node.
|
TokenRange
The range of tokens covered by this node.
|
Class and Description |
---|
HasParentNode
An object that can have a parent node.
|
TokenRange
The range of tokens covered by this node.
|
Class and Description |
---|
Position
A position in a source file.
|
Range
A range of characters in a source file, from "begin" to "end", including the characters at "begin" and "end".
|
TokenRange
The range of tokens covered by this node.
|
Class and Description |
---|
HasParentNode
An object that can have a parent node.
|
TokenRange
The range of tokens covered by this node.
|
Class and Description |
---|
HasParentNode
An object that can have a parent node.
|
TokenRange
The range of tokens covered by this node.
|
Class and Description |
---|
Problem
A problem that was encountered during parsing.
|
Processor |
TokenRange
The range of tokens covered by this node.
|
Class and Description |
---|
ParserConfiguration
The configuration that is used by the parser.
|
ParseResult
The results given when parsing with an instance of JavaParser.
|
Processor |
Class and Description |
---|
Position
A position in a source file.
|
Class and Description |
---|
ParserConfiguration
The configuration that is used by the parser.
|
ParseResult
The results given when parsing with an instance of JavaParser.
|
Copyright © 2007–2022. All rights reserved.