public class InterTypeConstructorDeclarationImpl extends InterTypeDeclarationImpl implements InterTypeConstructorDeclaration
targetTypeName| Constructor and Description |
|---|
InterTypeConstructorDeclarationImpl(AjType<?> decType,
java.lang.String target,
int mods,
java.lang.reflect.Method baseMethod) |
| Modifier and Type | Method and Description |
|---|---|
AjType<?>[] |
getExceptionTypes() |
java.lang.reflect.Type[] |
getGenericParameterTypes() |
AjType<?>[] |
getParameterTypes() |
java.lang.String |
toString() |
getDeclaringType, getModifiers, getTargetTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDeclaringType, getModifiers, getTargetTypepublic InterTypeConstructorDeclarationImpl(AjType<?> decType, java.lang.String target, int mods, java.lang.reflect.Method baseMethod)
public AjType<?>[] getParameterTypes()
getParameterTypes in interface InterTypeConstructorDeclarationpublic java.lang.reflect.Type[] getGenericParameterTypes()
getGenericParameterTypes in interface InterTypeConstructorDeclarationpublic AjType<?>[] getExceptionTypes()
getExceptionTypes in interface InterTypeConstructorDeclarationpublic java.lang.String toString()
toString in class java.lang.Object