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