| Package | Description |
|---|---|
| com.github.javaparser.symbolsolver.model.declarations | |
| com.github.javaparser.symbolsolver.model.methods | |
| com.github.javaparser.symbolsolver.model.typesystem |
| Modifier and Type | Method and Description |
|---|---|
Set<MethodUsage> |
ReferenceTypeDeclaration.getAllMethods()
Return a list of all the methods declared of this type declaration, either declared or inherited.
|
| Modifier and Type | Method and Description |
|---|---|
MethodUsage |
MethodUsage.replaceParamType(int i,
Type replaced) |
MethodUsage |
MethodUsage.replaceReturnType(Type returnType) |
MethodUsage |
MethodUsage.replaceTypeParameter(TypeParameterDeclaration typeParameter,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<MethodUsage> |
ReferenceType.getDeclaredMethods()
Methods declared on this type.
|
Copyright © 2016. All rights reserved.