|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl
org.glassfish.hk2.classmodel.reflect.impl.MethodModelImpl
public class MethodModelImpl
Implementation of a method model
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.glassfish.hk2.classmodel.reflect.Member |
---|
Member.Type |
Constructor Summary | |
---|---|
MethodModelImpl(String name,
ExtensibleType owner,
String signature)
|
Method Summary | |
---|---|
String[] |
getArgumentTypes()
Returns the parameter types as string |
ExtensibleType<?> |
getDeclaringType()
Returns the class or interface model this method belongs to. |
Member.Type |
getMemberType()
returns the type of the member |
String |
getReturnType()
Returns the method return type |
String |
getSignature()
Returns the method signature. |
Methods inherited from class org.glassfish.hk2.classmodel.reflect.impl.AnnotatedElementImpl |
---|
getAnnotation, getAnnotations, getName, print, shortDesc, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.glassfish.hk2.classmodel.reflect.AnnotatedElement |
---|
getAnnotation, getAnnotations, getName, shortDesc |
Constructor Detail |
---|
public MethodModelImpl(String name, ExtensibleType owner, String signature)
Method Detail |
---|
public Member.Type getMemberType()
Member
getMemberType
in interface Member
public ExtensibleType<?> getDeclaringType()
MethodModel
getDeclaringType
in interface Member
getDeclaringType
in interface MethodModel
public String getSignature()
MethodModel
getSignature
in interface MethodModel
public String getReturnType()
MethodModel
getReturnType
in interface MethodModel
public String[] getArgumentTypes()
MethodModel
getArgumentTypes
in interface MethodModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |