Verwendungen von Klasse
org.aspectj.bridge.IMessage.Kind
Packages, die IMessage.Kind verwenden
Package
Beschreibung
-
Verwendungen von IMessage.Kind in org.aspectj.bridge
Felder in org.aspectj.bridge, die deklariert sind als IMessage.KindModifizierer und TypFeldBeschreibungstatic final IMessage.KindIMessage.ABORTstatic final IMessage.KindIMessage.DEBUGstatic final IMessage.KindIMessage.ERRORstatic final IMessage.KindIMessage.FAILstatic final IMessage.KindIMessage.INFOstatic final IMessage.KindIMessage.TASKTAGstatic final IMessage.KindIMessage.USAGEstatic final IMessage.KindIMessage.WARNINGstatic final IMessage.KindIMessage.WEAVEINFOFelder in org.aspectj.bridge mit Typparametern vom Typ IMessage.KindModifizierer und TypFeldBeschreibungstatic final Comparator<IMessage.Kind>IMessage.Kind.COMPARATORprotected final List<IMessage.Kind>MessageHandler.ignoringkinds of messages to be ignoredstatic final List<IMessage.Kind>IMessage.KINDSlist of Kind in precedence order. 0 is less than IMessage.Kind#COMPARATOR.compareTo(KINDS.get(i), KINDS.get(i + 1))Methoden in org.aspectj.bridge, die IMessage.Kind zurückgebenModifizierer und TypMethodeBeschreibungIMessage.getKind()Message.getKind()static IMessage.KindMap to the kind of messages associated with this string key.Methoden in org.aspectj.bridge mit Parametern vom Typ IMessage.KindModifizierer und TypMethodeBeschreibungintIMessage.Kind.compareTo(IMessage.Kind other) voidCountingMessageHandler.dontIgnore(IMessage.Kind kind) DelegatevoidIMessageHandler.dontIgnore(IMessage.Kind kind) Allow fine grained configuration after initialization.voidMessageHandler.dontIgnore(IMessage.Kind kind) Remove a message kind from the list of those ignored from now on.voidMessageWriter.dontIgnore(IMessage.Kind kind) No-opIMessage[]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.MessageUtil.getMessages(List<IMessage> messages, IMessage.Kind kind) Extract messages of type kind from the input list.MessageUtil.getMessages(IMessageHolder holder, IMessage.Kind kind, boolean orGreater, String infix) 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 booleanMessageUtil.handleAll(IMessageHandler sink, IMessageHolder source, IMessage.Kind kind, boolean orGreater, boolean fastFail) Handle messages in the second handler using the firststatic booleanMessageUtil.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 PrintStreamMessageUtil.handlerPrintStream(IMessageHandler handler, IMessage.Kind kind, OutputStream overage, String prefix) Factory for handler adapted to PrintStream XXX weak - only handles println(String)booleanIMessageHolder.hasAnyMessage(IMessage.Kind kind, boolean orGreater) Tell whether this holder has any message of this kind (optionally or greater).booleanMessageHandler.hasAnyMessage(IMessage.Kind kind, boolean orGreater) voidCountingMessageHandler.ignore(IMessage.Kind kind) DelegatevoidIMessageHandler.ignore(IMessage.Kind kind) Allow fine grained configuration after initialization.voidMessageHandler.ignore(IMessage.Kind kind) Set a message kind to be ignored from now onvoidMessageWriter.ignore(IMessage.Kind kind) No-opbooleanCountingMessageHandler.isIgnoring(IMessage.Kind kind) booleanIMessageHandler.isIgnoring(IMessage.Kind kind) Signal clients whether this will ignore messages of a given type.booleanMessageHandler.isIgnoring(IMessage.Kind kind) booleanMessageWriter.isIgnoring(IMessage.Kind kind) booleanIMessage.Kind.isSameOrLessThan(IMessage.Kind kind) static IMessageHandlerMessageUtil.makeSelector(IMessage.Kind kind, boolean orGreater, String infix) Make an IMessageHandler that handles IMessage if they have the right kind (or greater) and contain some infix String.intCountingMessageHandler.numMessages(IMessage.Kind kind, boolean orGreater) Return count of messages seen through this interface.intIMessageHolder.numMessages(IMessage.Kind kind, boolean orGreater) Count the messages currently held by this holder.intMessageHandler.numMessages(IMessage.Kind kind, boolean orGreater) static intMessageUtil.numMessages(List<IMessage> messages, IMessage.Kind kind, boolean orGreater) Konstruktoren in org.aspectj.bridge mit Parametern vom Typ IMessage.KindModifiziererKonstruktorBeschreibungMessage(String message, String details, IMessage.Kind kind, ISourceLocation sourceLocation, Throwable thrown, ISourceLocation[] extraSourceLocations) Create a message, handling null values for message and kind if thrown is not null.Message(String message, String details, IMessage.Kind kind, ISourceLocation sLoc, Throwable thrown, ISourceLocation[] otherLocs, boolean declared, int id, int sourcestart, int sourceend) Message(String message, IMessage.Kind kind, Throwable thrown, ISourceLocation sourceLocation) Create a message, handling null values for message and kind if thrown is not null. -
Verwendungen von IMessage.Kind in org.aspectj.bridge.context
Methoden in org.aspectj.bridge.context mit Parametern vom Typ IMessage.KindModifizierer und TypMethodeBeschreibungvoidPinpointingMessageHandler.dontIgnore(IMessage.Kind kind) voidPinpointingMessageHandler.ignore(IMessage.Kind kind) booleanPinpointingMessageHandler.isIgnoring(IMessage.Kind kind) -
Verwendungen von IMessage.Kind in org.aspectj.weaver
Methoden in org.aspectj.weaver, die IMessage.Kind zurückgebenModifizierer und TypMethodeBeschreibungstatic IMessage.KindDump.getDumpOnExit()Lint.Kind.getKind()Methoden in org.aspectj.weaver mit Parametern vom Typ IMessage.KindModifizierer und TypMethodeBeschreibungstatic booleanDump.setDumpOnExit(IMessage.Kind condition) voidLint.Kind.setKind(IMessage.Kind kind) voidWorld.showMessage(IMessage.Kind kind, 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.Konstruktoren in org.aspectj.weaver mit Parametern vom Typ IMessage.KindModifiziererKonstruktorBeschreibungLintMessage(String message, String extraDetails, Lint.Kind kind2, IMessage.Kind kind, ISourceLocation sourceLocation, Throwable object, ISourceLocation[] seeAlsoLocations, boolean declared, int id, int sourceStart, int sourceEnd) LintMessage(String message, IMessage.Kind messageKind, ISourceLocation location, ISourceLocation[] extraLocations, Lint.Kind lintKind) -
Verwendungen von IMessage.Kind in org.aspectj.weaver.loadtime
Methoden in org.aspectj.weaver.loadtime mit Parametern vom Typ IMessage.KindModifizierer und TypMethodeBeschreibungvoidDefaultMessageHandler.dontIgnore(IMessage.Kind kind) voidDefaultMessageHandler.ignore(IMessage.Kind kind) booleanDefaultMessageHandler.isIgnoring(IMessage.Kind kind) -
Verwendungen von IMessage.Kind in org.aspectj.weaver.patterns
Methoden in org.aspectj.weaver.patterns mit Parametern vom Typ IMessage.KindModifizierer und TypMethodeBeschreibungvoidIScope.message(IMessage.Kind kind, IHasPosition location, String message) voidIScope.message(IMessage.Kind kind, IHasPosition location1, IHasPosition location2, String message) voidScopeWithTypeVariables.message(IMessage.Kind kind, IHasPosition location, String message) voidScopeWithTypeVariables.message(IMessage.Kind kind, IHasPosition location1, IHasPosition location2, String message) voidSimpleScope.message(IMessage.Kind kind, IHasPosition location, String message) voidSimpleScope.message(IMessage.Kind kind, IHasPosition location1, IHasPosition location2, String message) -
Verwendungen von IMessage.Kind in org.aspectj.weaver.tools
Methoden in org.aspectj.weaver.tools mit Parametern vom Typ IMessage.KindModifizierer und TypMethodeBeschreibungvoidWeavingAdaptor.WeavingAdaptorMessageHolder.dontIgnore(IMessage.Kind kind) voidWeavingAdaptor.WeavingAdaptorMessageWriter.dontIgnore(IMessage.Kind kind) Remove a message kind from the list of those ignored from now on.voidWeavingAdaptor.WeavingAdaptorMessageHolder.ignore(IMessage.Kind kind) voidWeavingAdaptor.WeavingAdaptorMessageWriter.ignore(IMessage.Kind kind) Set a message kind to be ignored from now onbooleanWeavingAdaptor.WeavingAdaptorMessageHolder.isIgnoring(IMessage.Kind kind) booleanWeavingAdaptor.WeavingAdaptorMessageWriter.isIgnoring(IMessage.Kind kind)