Package org.aspectj.lang.reflect
Interface InterTypeDeclaration
-
- All Known Subinterfaces:
InterTypeConstructorDeclaration,InterTypeFieldDeclaration,InterTypeMethodDeclaration
- All Known Implementing Classes:
InterTypeConstructorDeclarationImpl,InterTypeDeclarationImpl,InterTypeFieldDeclarationImpl,InterTypeMethodDeclarationImpl
public interface InterTypeDeclaration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AjType<?>getDeclaringType()intgetModifiers()AjType<?>getTargetType()
-
-
-
Method Detail
-
getDeclaringType
AjType<?> getDeclaringType()
-
getTargetType
AjType<?> getTargetType() throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
getModifiers
int getModifiers()
-
-