|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMessage.Kind | |
---|---|
org.aspectj.bridge | |
org.aspectj.bridge.context | |
org.aspectj.weaver | |
org.aspectj.weaver.loadtime | |
org.aspectj.weaver.patterns |
Uses of IMessage.Kind in org.aspectj.bridge |
---|
Fields in org.aspectj.bridge declared as IMessage.Kind | |
---|---|
static IMessage.Kind |
IMessage.ABORT
|
static IMessage.Kind |
IMessage.DEBUG
|
static IMessage.Kind |
IMessage.ERROR
|
static IMessage.Kind |
IMessage.FAIL
|
static IMessage.Kind |
IMessage.INFO
|
static IMessage.Kind |
IMessage.TASKTAG
|
static IMessage.Kind |
IMessage.WARNING
|
static IMessage.Kind |
IMessage.WEAVEINFO
|
Fields in org.aspectj.bridge with type parameters of type IMessage.Kind | |
---|---|
static java.util.Comparator<IMessage.Kind> |
IMessage.Kind.COMPARATOR
|
static java.util.List<IMessage.Kind> |
IMessage.KINDS
list of Kind in precedence order. |
Methods in org.aspectj.bridge that return IMessage.Kind | |
---|---|
IMessage.Kind |
Message.getKind()
|
IMessage.Kind |
IMessage.getKind()
|
static IMessage.Kind |
MessageUtil.getKind(java.lang.String kind)
Map to the kind of messages associated with this string key. |
Methods in org.aspectj.bridge with parameters of type IMessage.Kind | |
---|---|
int |
IMessage.Kind.compareTo(IMessage.Kind other)
|
void |
CountingMessageHandler.dontIgnore(IMessage.Kind kind)
Delegate |
void |
MessageHandler.dontIgnore(IMessage.Kind kind)
Remove a message kind from the list of those ignored from now on. |
void |
IMessageHandler.dontIgnore(IMessage.Kind kind)
Allow fine grained configuration after initialization. |
void |
MessageWriter.dontIgnore(IMessage.Kind kind)
No-op |
IMessage[] |
IMessageHolder.getMessages(IMessage.Kind kind,
boolean orGreater)
Get all messages or those of a specific kind. |
IMessage[] |
MessageHandler.getMessages(IMessage.Kind kind,
boolean orGreater)
Get all messages or those of a specific kind. |
static java.util.List<IMessage> |
MessageUtil.getMessages(IMessageHolder holder,
IMessage.Kind kind,
boolean orGreater,
java.lang.String infix)
|
static java.util.List<IMessage> |
MessageUtil.getMessages(java.util.List<IMessage> messages,
IMessage.Kind kind)
Extract messages of type kind from the input list. |
static IMessage[] |
MessageUtil.getMessagesExcept(IMessageHolder holder,
IMessage.Kind kind,
boolean orGreater)
Select all messages in holder except those of the same kind (optionally or greater). |
static boolean |
MessageUtil.handleAll(IMessageHandler sink,
IMessageHolder source,
IMessage.Kind kind,
boolean orGreater,
boolean fastFail)
Handle messages in the second handler using the first |
static boolean |
MessageUtil.handleAllExcept(IMessageHandler sink,
IMessageHolder source,
IMessage.Kind kind,
boolean orGreater,
boolean fastFail)
Handle messages in the second handler using the first if they are NOT of this kind (optionally, or greater). |
static java.io.PrintStream |
MessageUtil.handlerPrintStream(IMessageHandler handler,
IMessage.Kind kind,
java.io.OutputStream overage,
java.lang.String prefix)
Factory for handler adapted to PrintStream XXX weak - only handles println(String) |
boolean |
IMessageHolder.hasAnyMessage(IMessage.Kind kind,
boolean orGreater)
Tell whether this holder has any message of this kind (optionally or greater). |
boolean |
MessageHandler.hasAnyMessage(IMessage.Kind kind,
boolean orGreater)
|
void |
CountingMessageHandler.ignore(IMessage.Kind kind)
Delegate |
void |
MessageHandler.ignore(IMessage.Kind kind)
Set a message kind to be ignored from now on |
void |
IMessageHandler.ignore(IMessage.Kind kind)
Allow fine grained configuration after initialization. |
void |
MessageWriter.ignore(IMessage.Kind kind)
No-op |
boolean |
CountingMessageHandler.isIgnoring(IMessage.Kind kind)
|
boolean |
MessageHandler.isIgnoring(IMessage.Kind kind)
|
boolean |
IMessageHandler.isIgnoring(IMessage.Kind kind)
Signal clients whether this will ignore messages of a given type. |
boolean |
MessageWriter.isIgnoring(IMessage.Kind kind)
|
boolean |
IMessage.Kind.isSameOrLessThan(IMessage.Kind kind)
|
static IMessageHandler |
MessageUtil.makeSelector(IMessage.Kind kind,
boolean orGreater,
java.lang.String infix)
Make an IMessageHandler that handles IMessage if they have the right kind (or greater) and contain some infix String. |
int |
IMessageHolder.numMessages(IMessage.Kind kind,
boolean orGreater)
Count the messages currently held by this holder. |
int |
CountingMessageHandler.numMessages(IMessage.Kind kind,
boolean orGreater)
Return count of messages seen through this interface. |
int |
MessageHandler.numMessages(IMessage.Kind kind,
boolean orGreater)
|
static int |
MessageUtil.numMessages(java.util.List<IMessage> messages,
IMessage.Kind kind,
boolean orGreater)
|
Constructors in org.aspectj.bridge with parameters of type IMessage.Kind | |
---|---|
Message(java.lang.String message,
IMessage.Kind kind,
java.lang.Throwable thrown,
ISourceLocation sourceLocation)
Create a message, handling null values for message and kind if thrown is not null. |
|
Message(java.lang.String message,
java.lang.String details,
IMessage.Kind kind,
ISourceLocation sourceLocation,
java.lang.Throwable thrown,
ISourceLocation[] extraSourceLocations)
Create a message, handling null values for message and kind if thrown is not null. |
|
Message(java.lang.String message,
java.lang.String details,
IMessage.Kind kind,
ISourceLocation sLoc,
java.lang.Throwable thrown,
ISourceLocation[] otherLocs,
boolean declared,
int id,
int sourcestart,
int sourceend)
|
Uses of IMessage.Kind in org.aspectj.bridge.context |
---|
Methods in org.aspectj.bridge.context with parameters of type IMessage.Kind | |
---|---|
void |
PinpointingMessageHandler.dontIgnore(IMessage.Kind kind)
|
void |
PinpointingMessageHandler.ignore(IMessage.Kind kind)
|
boolean |
PinpointingMessageHandler.isIgnoring(IMessage.Kind kind)
|
Uses of IMessage.Kind in org.aspectj.weaver |
---|
Methods in org.aspectj.weaver that return IMessage.Kind | |
---|---|
static IMessage.Kind |
Dump.getDumpOnExit()
|
IMessage.Kind |
Lint.Kind.getKind()
|
Methods in org.aspectj.weaver with parameters of type IMessage.Kind | |
---|---|
static boolean |
Dump.setDumpOnExit(IMessage.Kind condition)
|
void |
Lint.Kind.setKind(IMessage.Kind kind)
|
void |
World.showMessage(IMessage.Kind kind,
java.lang.String message,
ISourceLocation loc1,
ISourceLocation loc2)
convenenience method for creating and issuing messages via the message handler - if you supply two locations you will get two messages. |
Constructors in org.aspectj.weaver with parameters of type IMessage.Kind | |
---|---|
LintMessage(java.lang.String message,
IMessage.Kind messageKind,
ISourceLocation location,
ISourceLocation[] extraLocations,
Lint.Kind lintKind)
|
|
LintMessage(java.lang.String message,
java.lang.String extraDetails,
Lint.Kind kind2,
IMessage.Kind kind,
ISourceLocation sourceLocation,
java.lang.Throwable object,
ISourceLocation[] seeAlsoLocations,
boolean declared,
int id,
int sourceStart,
int sourceEnd)
|
Uses of IMessage.Kind in org.aspectj.weaver.loadtime |
---|
Methods in org.aspectj.weaver.loadtime with parameters of type IMessage.Kind | |
---|---|
void |
DefaultMessageHandler.dontIgnore(IMessage.Kind kind)
|
void |
DefaultMessageHandler.ignore(IMessage.Kind kind)
|
boolean |
DefaultMessageHandler.isIgnoring(IMessage.Kind kind)
|
Uses of IMessage.Kind in org.aspectj.weaver.patterns |
---|
Methods in org.aspectj.weaver.patterns with parameters of type IMessage.Kind | |
---|---|
void |
SimpleScope.message(IMessage.Kind kind,
IHasPosition location1,
IHasPosition location2,
java.lang.String message)
|
void |
ScopeWithTypeVariables.message(IMessage.Kind kind,
IHasPosition location1,
IHasPosition location2,
java.lang.String message)
|
void |
IScope.message(IMessage.Kind kind,
IHasPosition location1,
IHasPosition location2,
java.lang.String message)
|
void |
SimpleScope.message(IMessage.Kind kind,
IHasPosition location,
java.lang.String message)
|
void |
ScopeWithTypeVariables.message(IMessage.Kind kind,
IHasPosition location,
java.lang.String message)
|
void |
IScope.message(IMessage.Kind kind,
IHasPosition location,
java.lang.String message)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |