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) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.