public interface DeclareErrorOrWarning
Modifier and Type | Method and Description |
---|---|
AjType |
getDeclaringType()
The type that declared this declare warning or declare error member.
|
java.lang.String |
getMessage()
The message associated with the declare warning / declare error
|
PointcutExpression |
getPointcutExpression()
The pointcut expression associated with the warning or error
|
boolean |
isError()
True if this is a declare error member, false if it is declare warning
|
AjType getDeclaringType()
PointcutExpression getPointcutExpression()
java.lang.String getMessage()
boolean isError()