Class DeclareErrorOrWarningImpl
- java.lang.Object
-
- org.aspectj.internal.lang.reflect.DeclareErrorOrWarningImpl
-
- All Implemented Interfaces:
DeclareErrorOrWarning
public class DeclareErrorOrWarningImpl extends Object implements DeclareErrorOrWarning
-
-
Constructor Summary
Constructors Constructor Description DeclareErrorOrWarningImpl(String pointcut, String message, boolean isError, AjType decType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AjTypegetDeclaringType()StringgetMessage()PointcutExpressiongetPointcutExpression()booleanisError()StringtoString()
-
-
-
Method Detail
-
getDeclaringType
public AjType getDeclaringType()
- Specified by:
getDeclaringTypein interfaceDeclareErrorOrWarning
-
getPointcutExpression
public PointcutExpression getPointcutExpression()
- Specified by:
getPointcutExpressionin interfaceDeclareErrorOrWarning
-
getMessage
public String getMessage()
- Specified by:
getMessagein interfaceDeclareErrorOrWarning
-
isError
public boolean isError()
- Specified by:
isErrorin interfaceDeclareErrorOrWarning
-
-