Package | Description |
---|---|
com.github.javaparser | |
com.github.javaparser.ast.type | |
com.github.javaparser.javadoc.description | |
com.github.javaparser.printer.lexicalpreservation | |
com.github.javaparser.utils |
Modifier and Type | Method and Description |
---|---|
Pair<SimpleName,java.util.List<ArrayType.ArrayBracketPair>> |
GeneratedJavaParser.VariableDeclaratorId() |
Modifier and Type | Method and Description |
---|---|
static Pair<Type,java.util.List<ArrayType.ArrayBracketPair>> |
ArrayType.unwrapArrayTypes(Type type)
Takes a type that may be an ArrayType.
|
Modifier and Type | Method and Description |
---|---|
private static Pair<java.lang.Integer,java.lang.Integer> |
JavadocDescription.indexOfNextInlineTag(java.lang.String text,
int start) |
Modifier and Type | Method and Description |
---|---|
static <N extends Node> |
LexicalPreservingPrinter.setup(ParseStart<N> parseStart,
Provider provider)
Deprecated.
just use the other constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Pair<java.nio.file.Path,ParseResult<CompilationUnit>>> |
SourceZip.parse()
Tries to parse all '.java' files in the ZIP located at this SourceZip's path and returns the parse
results in a list.
|