ExecutableElement
.@Deprecated public interface MethodDeclaration extends ExecutableDeclaration
Modifier and Type | Method and Description |
---|---|
TypeMirror |
getReturnType()
Deprecated.
Returns the formal return type of this method.
|
getFormalTypeParameters, getParameters, getThrownTypes, isVarArgs
getDeclaringType
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName
TypeMirror getReturnType()
VoidType
if this method does not return a value.
Copyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved.