Package org.aspectj.lang.reflect
Interface DeclareSoft
-
- All Known Implementing Classes:
DeclareSoftImpl
public interface DeclareSoft
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AjTypegetDeclaringType()PointcutExpressiongetPointcutExpression()AjTypegetSoftenedExceptionType()
-
-
-
Method Detail
-
getDeclaringType
AjType getDeclaringType()
-
getSoftenedExceptionType
AjType getSoftenedExceptionType() throws ClassNotFoundException
- Throws:
ClassNotFoundException
-
getPointcutExpression
PointcutExpression getPointcutExpression()
-
-