Package com.github.javaparser
package com.github.javaparser
-
ClassDescriptionAssigns comments to nodes of the AST.Base class for
GeneratedJavaParserToken literal values and constants.Token Manager.Base class forGeneratedJavaParserTokenManagerAn 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.Core information about this library.A token from a parsed source file.Providerun-escaping unicode escape sequences in the input sequence.Helper class forGeneratedJavaParserThis 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 forGeneratedJavaParserAn 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 generatedTokenToken Manager Error.The range of tokens covered by this node.Complements GeneratedJavaParserConstantsProviderun-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 mappingPositionform two corresponding files.