public interface DeclareParents
Modifier and Type | Method and Description |
---|---|
AjType |
getDeclaringType()
The declaring aspect
|
java.lang.reflect.Type[] |
getParentTypes()
The set of types that the types matching getTargetTypesPattern are
declared to implement or extend
|
TypePattern |
getTargetTypesPattern()
The target type pattern
|
boolean |
isExtends()
True if this is a declare parents...extends member declaration
|
boolean |
isImplements()
True if this is a declare parents...implements member declaration
|
AjType getDeclaringType()
TypePattern getTargetTypesPattern()
boolean isExtends()
boolean isImplements()
java.lang.reflect.Type[] getParentTypes() throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException