public interface ExecutableD extends MemberD, GenericD, HasAnnotationsD
Declaration.DeclarationKind
Modifier and Type | Method and Description |
---|---|
java.util.Collection |
getExceptionTypes()
Gets the checked exception types.
|
java.util.Collection |
getParameters()
Gets the formal parameters, including synthetic ones.
|
java.util.Collection |
getParameterTypes()
Gets the formal parameter types, including synthetic ones.
|
boolean |
isVarArgs()
True if this method takes a variable number of arguments.
|
getTypeParameters
getEnclosingClass, getModifiers, isFinal, isPrivate, isProtected, isPublic, isStatic
getDeclarationKind, getPosition, isSynthetic
getAnnotations
boolean isVarArgs()
java.util.Collection getParameters()
this$0
.
Collection of ParameterDs.java.util.Collection getParameterTypes()
this$0
.
Collection of TypeDs.java.util.Collection getExceptionTypes()