| Package | Description |
|---|---|
| me.tomassetti.symbolsolver.model.declarations | |
| me.tomassetti.symbolsolver.model.usages |
| Modifier and Type | Method and Description |
|---|---|
default MethodDeclaration |
Declaration.asMethod() |
| Modifier and Type | Method and Description |
|---|---|
Set<MethodDeclaration> |
TypeDeclaration.getDeclaredMethods() |
| Modifier and Type | Method and Description |
|---|---|
MethodDeclaration |
MethodUsage.getDeclaration() |
| Constructor and Description |
|---|
MethodUsage(MethodDeclaration declaration) |
MethodUsage(MethodDeclaration declaration,
List<Type> paramTypes,
Type returnType) |
Copyright © 2016. All rights reserved.