Package | Description |
---|---|
com.github.javaparser.ast.type | |
com.github.javaparser.resolution.types | |
com.github.javaparser.utils |
Modifier and Type | Method and Description |
---|---|
static Pair<Type,List<ArrayType.ArrayBracketPair>> |
ArrayType.unwrapArrayTypes(Type type)
Takes a type that may be an ArrayType.
|
static Pair<Type,List<ArrayType.ArrayBracketPair>> |
ArrayType.unwrapArrayTypes(Type type)
Takes a type that may be an ArrayType.
|
Modifier and Type | Method and Description |
---|---|
List<Pair<ResolvedTypeParameterDeclaration,ResolvedType>> |
ResolvedReferenceType.getTypeParametersMap()
Get the values for all type parameters declared on this type.
|
List<Pair<ResolvedTypeParameterDeclaration,ResolvedType>> |
ResolvedReferenceType.getTypeParametersMap()
Get the values for all type parameters declared on this type.
|
Modifier and Type | Method and Description |
---|---|
List<Pair<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.
|
List<Pair<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.
|
Copyright © 2007–2023. All rights reserved.