|
Mirror API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MethodDeclaration
Represents a method of a class or interface. Note that an annotation type element is a kind of method.
Method Summary | |
---|---|
TypeMirror |
getReturnType()
Returns the formal return type of this method. |
Methods inherited from interface com.sun.mirror.declaration.ExecutableDeclaration |
---|
getFormalTypeParameters, getParameters, getThrownTypes, isVarArgs |
Methods inherited from interface com.sun.mirror.declaration.MemberDeclaration |
---|
getDeclaringType |
Methods inherited from interface com.sun.mirror.declaration.Declaration |
---|
accept, equals, getAnnotation, getAnnotationMirrors, getDocComment, getModifiers, getPosition, getSimpleName |
Method Detail |
---|
TypeMirror getReturnType()
VoidType
if this method does not return a value.
|
Mirror API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |