org.aspectj.weaver.loadtime.definition
Class Definition.DeclareErrorOrWarning
java.lang.Object
org.aspectj.weaver.loadtime.definition.Definition.DeclareErrorOrWarning
- Enclosing class:
- Definition
public static class Definition.DeclareErrorOrWarning
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isError
public final boolean isError
pointcut
public final String pointcut
message
public final String message
Definition.DeclareErrorOrWarning
public Definition.DeclareErrorOrWarning(boolean isError,
String pointcut,
String message)