public class InterTypeMethodDeclarationImpl extends InterTypeDeclarationImpl implements InterTypeMethodDeclaration
targetTypeName| Constructor and Description |
|---|
InterTypeMethodDeclarationImpl(AjType<?> decType,
AjType<?> targetType,
java.lang.reflect.Method base,
int modifiers) |
InterTypeMethodDeclarationImpl(AjType<?> decType,
java.lang.String target,
int mods,
java.lang.String name,
java.lang.reflect.Method itdInterMethod) |
| Modifier and Type | Method and Description |
|---|---|
AjType<?>[] |
getExceptionTypes() |
java.lang.reflect.Type[] |
getGenericParameterTypes() |
java.lang.reflect.Type |
getGenericReturnType() |
java.lang.String |
getName() |
AjType<?>[] |
getParameterTypes() |
AjType<?> |
getReturnType() |
java.lang.reflect.TypeVariable<java.lang.reflect.Method>[] |
getTypeParameters() |
java.lang.String |
toString() |
getDeclaringType, getModifiers, getTargetTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDeclaringType, getModifiers, getTargetTypepublic InterTypeMethodDeclarationImpl(AjType<?> decType, java.lang.String target, int mods, java.lang.String name, java.lang.reflect.Method itdInterMethod)
public java.lang.String getName()
getName in interface InterTypeMethodDeclarationpublic AjType<?> getReturnType()
getReturnType in interface InterTypeMethodDeclarationpublic java.lang.reflect.Type getGenericReturnType()
getGenericReturnType in interface InterTypeMethodDeclarationpublic AjType<?>[] getParameterTypes()
getParameterTypes in interface InterTypeMethodDeclarationpublic java.lang.reflect.Type[] getGenericParameterTypes()
getGenericParameterTypes in interface InterTypeMethodDeclarationpublic java.lang.reflect.TypeVariable<java.lang.reflect.Method>[] getTypeParameters()
getTypeParameters in interface InterTypeMethodDeclarationpublic AjType<?>[] getExceptionTypes()
getExceptionTypes in interface InterTypeMethodDeclarationpublic java.lang.String toString()
toString in class java.lang.Object