Package | Description |
---|---|
com.github.javaparser.symbolsolver.model.declarations | |
com.github.javaparser.symbolsolver.model.methods |
Modifier and Type | Method and Description |
---|---|
default MethodDeclaration |
Declaration.asMethod()
Return this as a MethodDeclaration or throw an UnsupportedOperationException
|
Modifier and Type | Method and Description |
---|---|
Set<MethodDeclaration> |
ReferenceTypeDeclaration.getDeclaredMethods()
Return a list of all the methods declared in this type declaration.
|
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.