public class DeclareErrorOrWarningImpl extends Object implements DeclareErrorOrWarning
| Constructor and Description |
|---|
DeclareErrorOrWarningImpl(String pointcut,
String message,
boolean isError,
AjType decType) |
| Modifier and Type | Method and Description |
|---|---|
AjType |
getDeclaringType() |
String |
getMessage() |
PointcutExpression |
getPointcutExpression() |
boolean |
isError() |
String |
toString() |
public AjType getDeclaringType()
getDeclaringType in interface DeclareErrorOrWarningpublic PointcutExpression getPointcutExpression()
getPointcutExpression in interface DeclareErrorOrWarningpublic String getMessage()
getMessage in interface DeclareErrorOrWarningpublic boolean isError()
isError in interface DeclareErrorOrWarningCopyright © 2020. All rights reserved.