Package org.aspectj.lang.reflect
Interface DeclareParents
-
- All Known Implementing Classes:
DeclareParentsImpl
public interface DeclareParents
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AjTypegetDeclaringType()Type[]getParentTypes()TypePatterngetTargetTypesPattern()booleanisExtends()booleanisImplements()
-
-
-
Method Detail
-
getDeclaringType
AjType getDeclaringType()
-
getTargetTypesPattern
TypePattern getTargetTypesPattern()
-
isExtends
boolean isExtends()
-
isImplements
boolean isImplements()
-
getParentTypes
Type[] getParentTypes() throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
-