Package com.github.javaparser
package com.github.javaparser
-
ClassDescriptionAssigns comments to nodes of the AST.Base class for
GeneratedJavaParser
Token literal values and constants.Token Manager.Base class forGeneratedJavaParserTokenManager
An object that can have a parent node.The class responsible for parsing the content of JavadocComments and producing JavadocDocuments.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.Helper class forGeneratedJavaParser
This exception is thrown when parse errors are encountered.Thrown when parsing problems occur during parsing with the static methods on JavaParser.The configuration that is used by the parser.ParseResult<T>The results given when parsing with an instance of JavaParser.ParseStart<R>The start production for 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".RangedList<T extends Node>Helper class forGeneratedJavaParser
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.Base class for the generatedToken
Token Manager Error.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.