public interface MethodDeclaration extends ExecutableDeclaration
| Modifier and Type | Method and Description |
|---|---|
TypeMirror |
getReturnType()
Returns the formal return type of this method.
|
getFormalTypeParameters, getParameters, getThrownTypes, isVarArgsgetDeclaringTypeaccept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleNameTypeMirror getReturnType()
VoidType if this method does not return a value.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.