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