Package-level declarations

Types

Link copied to clipboard
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Link copied to clipboard
interface CharStream
This interface describes a character stream that maintains line and column number positions of the characters.
Link copied to clipboard
Token literal values and constants.
Link copied to clipboard
An object that can have a parent node.
Link copied to clipboard
Parse Java source code and creates Abstract Syntax Trees.
Link copied to clipboard
Link copied to clipboard
open class JavaParserBuild
Core information about this library.
Link copied to clipboard
open class JavaToken
A token from a parsed source file.
Link copied to clipboard
Provider un-escaping unicode escape sequences in the input sequence.
Link copied to clipboard
This exception is thrown when parse errors are encountered.
Link copied to clipboard
Thrown when parsing problems occur during parsing with the static methods on JavaParser.
Link copied to clipboard
The configuration that is used by the parser.
Link copied to clipboard
open class ParseResult<T>
The results given when parsing with an instance of JavaParser.
Link copied to clipboard
The start production for JavaParser.
Link copied to clipboard
A position in a source file.
Link copied to clipboard
open class Problem
A problem that was encountered during parsing.
Link copied to clipboard
open class Processor
Link copied to clipboard
interface Provider : Closeable
Abstract interface for reading from a stream.
Link copied to clipboard
class Providers
Factory for providers of source code for JavaParser.
Link copied to clipboard
open class Range
A range of characters in a source file, from "begin" to "end", including the characters at "begin" and "end".
Link copied to clipboard
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Link copied to clipboard
A simpler, static API than JavaParser.
Link copied to clipboard
NOTE : This generated class can be safely deleted if installing in a GWT installation (use StringProvider instead)
Link copied to clipboard
Link copied to clipboard
Describes the input token stream.
Link copied to clipboard
Token Manager Error.
Link copied to clipboard
The range of tokens covered by this node.
Link copied to clipboard
open class TokenTypes
Complements GeneratedJavaParserConstants
Link copied to clipboard
Provider un-escaping unicode escape sequences in the input sequence.