Package org.aspectj.bridge
Interface IMessageHolder
-
- All Superinterfaces:
IMessageHandler
- All Known Implementing Classes:
MessageHandler,WeavingAdaptor.WeavingAdaptorMessageHolder
public interface IMessageHolder extends IMessageHandler
-
-
Field Summary
Fields Modifier and Type Field Description static booleanEQUALstatic booleanORGREATER-
Fields inherited from interface org.aspectj.bridge.IMessageHandler
SYSTEM_ERR, SYSTEM_OUT, THROW
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearMessages()IMessage[]getMessages(IMessage.Kind kind, boolean orGreater)List<IMessage>getUnmodifiableListView()booleanhasAnyMessage(IMessage.Kind kind, boolean orGreater)intnumMessages(IMessage.Kind kind, boolean orGreater)-
Methods inherited from interface org.aspectj.bridge.IMessageHandler
dontIgnore, handleMessage, ignore, isIgnoring
-
-
-
-
Field Detail
-
ORGREATER
static final boolean ORGREATER
- See Also:
- Constant Field Values
-
EQUAL
static final boolean EQUAL
- See Also:
- Constant Field Values
-
-
Method Detail
-
hasAnyMessage
boolean hasAnyMessage(IMessage.Kind kind, boolean orGreater)
-
numMessages
int numMessages(IMessage.Kind kind, boolean orGreater)
-
getMessages
IMessage[] getMessages(IMessage.Kind kind, boolean orGreater)
-
clearMessages
void clearMessages() throws UnsupportedOperationException- Throws:
UnsupportedOperationException
-
-