Package com.github.javaparser
package com.github.javaparser
-
InterfaceDescriptionThis interface describes a character stream that maintains line and column number positions of the characters.Token literal values and constants.An object that can have a parent node.A post processor that can be added to ParserConfiguration to add some processing right after parsing.ParseStart<R>The start production for JavaParser.Abstract interface for reading from a stream.
-
ClassDescriptionAn implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).Token Manager.Parse Java source code and creates Abstract Syntax Trees.Some information that was available when this library was built by Maven.A token from a parsed source file.
Provider
un-escaping unicode escape sequences in the input sequence.The configuration that is used by the parser.ParseResult<T>The results given when parsing with an instance of JavaParser.A position in a source file.A problem that was encountered during parsing.Factory for providers of source code for JavaParser.A range of characters in a source file, from "begin" to "end", including the characters at "begin" and "end".An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).A simpler, static API thanJavaParser
.NOTE : This generated class can be safely deleted if installing in a GWT installation (use StringProvider instead)Describes the input token stream.The range of tokens covered by this node.Complements GeneratedJavaParserConstantsProvider
un-escaping unicode escape sequences in the input sequence.Processor keeping track of the current line and column in a stream of incoming characters.An algorithm mappingPosition
form two corresponding files. -
ExceptionDescriptionThis exception is thrown when parse errors are encountered.Thrown when parsing problems occur during parsing with the static methods on JavaParser.Token Manager Error.