InterTypeDeclaration
public interface InterTypeMethodDeclaration extends InterTypeDeclaration
Modifier and Type | Method | Description |
---|---|---|
AjType<?>[] |
getExceptionTypes() |
The declared exceptions thrown by this method
|
java.lang.reflect.Type[] |
getGenericParameterTypes() |
The generic method parameters
|
java.lang.reflect.Type |
getGenericReturnType() |
The generic return type
|
java.lang.String |
getName() |
The name of this method
|
AjType<?>[] |
getParameterTypes() |
The method parameters
|
AjType<?> |
getReturnType() |
The method return type
|
java.lang.reflect.TypeVariable<java.lang.reflect.Method>[] |
getTypeParameters() |
The type variables declared by this method
|
getDeclaringType, getModifiers, getTargetType
java.lang.String getName()
AjType<?> getReturnType()
java.lang.reflect.Type getGenericReturnType()
AjType<?>[] getParameterTypes()
java.lang.reflect.Type[] getGenericParameterTypes()
java.lang.reflect.TypeVariable<java.lang.reflect.Method>[] getTypeParameters()
AjType<?>[] getExceptionTypes()