Package | Description |
---|---|
com.github.javaparser.resolution | |
com.github.javaparser.resolution.declarations | |
com.github.javaparser.resolution.types |
Modifier and Type | Method and Description |
---|---|
MethodUsage |
MethodUsage.replaceExceptionType(int i,
ResolvedType replaced) |
MethodUsage |
MethodUsage.replaceExceptionType(int i,
ResolvedType replaced) |
MethodUsage |
MethodUsage.replaceParamType(int i,
ResolvedType replaced) |
MethodUsage |
MethodUsage.replaceParamType(int i,
ResolvedType replaced) |
MethodUsage |
MethodUsage.replaceReturnType(ResolvedType returnType) |
MethodUsage |
MethodUsage.replaceReturnType(ResolvedType returnType) |
MethodUsage |
MethodUsage.replaceTypeParameter(ResolvedTypeParameterDeclaration typeParameter,
ResolvedType type) |
MethodUsage |
MethodUsage.replaceTypeParameter(ResolvedTypeParameterDeclaration typeParameter,
ResolvedType type) |
Modifier and Type | Method and Description |
---|---|
Set<MethodUsage> |
ResolvedReferenceTypeDeclaration.getAllMethods()
Return a list of all the methods declared of this type declaration, either declared or inherited.
|
Set<MethodUsage> |
ResolvedReferenceTypeDeclaration.getAllMethods()
Return a list of all the methods declared of this type declaration, either declared or inherited.
|
Modifier and Type | Method and Description |
---|---|
abstract Set<MethodUsage> |
ResolvedReferenceType.getDeclaredMethods()
Methods declared on this type.
|
abstract Set<MethodUsage> |
ResolvedReferenceType.getDeclaredMethods()
Methods declared on this type.
|
Copyright © 2007–2022. All rights reserved.