org.glassfish.hk2.classmodel.reflect
Interface MethodModel
- All Superinterfaces:
- AnnotatedElement, Member
- All Known Implementing Classes:
- MethodModelImpl
public interface MethodModel
- extends Member, AnnotatedElement
Model to represent a method declaration
| Nested classes/interfaces inherited from interface org.glassfish.hk2.classmodel.reflect.Member |
Member.Type |
getDeclaringType
ExtensibleType<?> getDeclaringType()
- Returns the class or interface model this method belongs to.
- Specified by:
getDeclaringType in interface Member
- Returns:
- the class of this method
getSignature
java.lang.String getSignature()
- Returns the method signature.
- Returns:
- this method signature
getReturnType
java.lang.String getReturnType()
- Returns the method return type
- Returns:
- the method's return type
Copyright © 2010 Oracle Corporation. All Rights Reserved.