InterTypeDeclaration
public interface InterTypeConstructorDeclaration extends InterTypeDeclaration
Modifier and Type | Method | Description |
---|---|---|
AjType<?>[] |
getExceptionTypes() |
The declared exceptions thrown by this constructor
|
java.lang.reflect.Type[] |
getGenericParameterTypes() |
The generic constructor parameters
|
AjType<?>[] |
getParameterTypes() |
The constructor parameters
|
getDeclaringType, getModifiers, getTargetType
AjType<?>[] getParameterTypes()
java.lang.reflect.Type[] getGenericParameterTypes()
AjType<?>[] getExceptionTypes()