ExecutableElement
.@Deprecated public interface ExecutableDeclaration extends MemberDeclaration
Modifier and Type | Method and Description |
---|---|
Collection<TypeParameterDeclaration> |
getFormalTypeParameters()
Deprecated.
Returns the formal type parameters of this method or constructor.
|
Collection<ParameterDeclaration> |
getParameters()
Deprecated.
Returns the formal parameters of this method or constructor.
|
Collection<ReferenceType> |
getThrownTypes()
Deprecated.
Returns the exceptions and other throwables listed in this
method or constructor's throws clause.
|
boolean |
isVarArgs()
Deprecated.
Returns true if this method or constructor accepts a variable
number of arguments.
|
getDeclaringType
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName
boolean isVarArgs()
Collection<TypeParameterDeclaration> getFormalTypeParameters()
Collection<ParameterDeclaration> getParameters()
Collection<ReferenceType> getThrownTypes()
Copyright © 2004, 2014, Oracle and/or its affiliates. All rights reserved.