| Package | Description |
|---|---|
| me.tomassetti.symbolsolver.model.declarations | |
| me.tomassetti.symbolsolver.model.usages | |
| me.tomassetti.symbolsolver.model.usages.typesystem |
| Modifier and Type | Method and Description |
|---|---|
Set<MethodUsage> |
TypeDeclaration.getAllMethods() |
| Modifier and Type | Method and Description |
|---|---|
MethodUsage |
MethodUsage.replaceParamType(int i,
Type replaced) |
MethodUsage |
MethodUsage.replaceReturnType(Type returnType) |
MethodUsage |
MethodUsage.replaceTypeParameterByName(String name,
Type type)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Set<MethodUsage> |
ReferenceType.getDeclaredMethods() |
Copyright © 2016. All rights reserved.