Class DeclareSoftImpl
- java.lang.Object
-
- org.aspectj.internal.lang.reflect.DeclareSoftImpl
-
- All Implemented Interfaces:
DeclareSoft
public class DeclareSoftImpl extends Object implements DeclareSoft
-
-
Constructor Summary
Constructors Constructor Description DeclareSoftImpl(AjType<?> declaringType, String pcut, String exceptionTypeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AjTypegetDeclaringType()PointcutExpressiongetPointcutExpression()AjTypegetSoftenedExceptionType()StringtoString()
-
-
-
Method Detail
-
getDeclaringType
public AjType getDeclaringType()
- Specified by:
getDeclaringTypein interfaceDeclareSoft
-
getSoftenedExceptionType
public AjType getSoftenedExceptionType() throws ClassNotFoundException
- Specified by:
getSoftenedExceptionTypein interfaceDeclareSoft- Throws:
ClassNotFoundException
-
getPointcutExpression
public PointcutExpression getPointcutExpression()
- Specified by:
getPointcutExpressionin interfaceDeclareSoft
-
-