@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() |
getTypeParameters
getDeclaringType, getDocComment, getModifiers, getVisibility, isDeprecated
findAnnotation, getAnnotations
getCompilationUnit, getSimpleName
boolean isVarArgs()
Expression getBody()
java.lang.Iterable<? extends ParameterDeclaration> getParameters()
java.lang.Iterable<? extends TypeReference> getExceptions()