public class MethodModelImpl extends AnnotatedElementImpl implements MethodModel
Member.Type| Constructor and Description |
|---|
MethodModelImpl(String name,
ExtensibleType owner,
String signature) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getAnnotation, getAnnotations, getName, isApplicationClass, print, setApplicationClass, shortDesc, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotations, getName, shortDescpublic MethodModelImpl(String name, ExtensibleType owner, String signature)
public Member.Type getMemberType()
MembergetMemberType in interface Memberpublic ExtensibleType<?> getDeclaringType()
MethodModelgetDeclaringType in interface MembergetDeclaringType in interface MethodModelpublic String getSignature()
MethodModelgetSignature in interface MethodModelpublic String getReturnType()
MethodModelgetReturnType in interface MethodModelpublic String[] getArgumentTypes()
MethodModelgetArgumentTypes in interface MethodModelCopyright © 2009-2016 Oracle Corporation. All Rights Reserved.