public interface MethodDeclaration extends ExecutableDeclaration
Modifier and Type | Method and Description |
---|---|
TypeMirror |
getReturnType()
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 (c) IBM Corp. and others 2000, 2006. All Rights Reserved.