@Beta public interface ExecutableDeclaration extends TypeParameterDeclarator
MethodDeclaration and ConstructorDeclaration| Modifier and Type | Method and Description |
|---|---|
Expression |
getBody() |
java.lang.Iterable<? extends TypeReference> |
getExceptions() |
java.lang.Iterable<? extends ParameterDeclaration> |
getParameters() |
boolean |
isVarArgs() |
getTypeParametersgetDeclaringType, getDocComment, getModifiers, getVisibility, isDeprecatedfindAnnotation, getAnnotationsgetCompilationUnit, getSimpleNameboolean isVarArgs()
Expression getBody()
java.lang.Iterable<? extends ParameterDeclaration> getParameters()
java.lang.Iterable<? extends TypeReference> getExceptions()