Uses of Class
org.aspectj.bridge.IMessage.Kind
-
Packages that use IMessage.Kind Package Description org.aspectj.bridge org.aspectj.bridge.context org.aspectj.weaver org.aspectj.weaver.loadtime org.aspectj.weaver.patterns org.aspectj.weaver.tools -
-
Uses of IMessage.Kind in org.aspectj.bridge
Fields in org.aspectj.bridge declared as IMessage.Kind Modifier and Type Field Description static IMessage.KindIMessage. ABORTstatic IMessage.KindIMessage. DEBUGstatic IMessage.KindIMessage. ERRORstatic IMessage.KindIMessage. FAILstatic IMessage.KindIMessage. INFOstatic IMessage.KindIMessage. TASKTAGstatic IMessage.KindIMessage. USAGEstatic IMessage.KindIMessage. WARNINGstatic IMessage.KindIMessage. WEAVEINFOFields in org.aspectj.bridge with type parameters of type IMessage.Kind Modifier and Type Field Description static Comparator<IMessage.Kind>IMessage.Kind. COMPARATORprotected List<IMessage.Kind>MessageHandler. ignoringstatic List<IMessage.Kind>IMessage. KINDSMethods in org.aspectj.bridge that return IMessage.Kind Modifier and Type Method Description IMessage.KindIMessage. getKind()IMessage.KindMessage. getKind()static IMessage.KindMessageUtil. getKind(String kind)Methods in org.aspectj.bridge with parameters of type IMessage.Kind Modifier and Type Method Description intIMessage.Kind. compareTo(IMessage.Kind other)voidCountingMessageHandler. dontIgnore(IMessage.Kind kind)voidIMessageHandler. dontIgnore(IMessage.Kind kind)voidMessageHandler. dontIgnore(IMessage.Kind kind)voidMessageWriter. dontIgnore(IMessage.Kind kind)IMessage[]IMessageHolder. getMessages(IMessage.Kind kind, boolean orGreater)IMessage[]MessageHandler. getMessages(IMessage.Kind kind, boolean orGreater)static List<IMessage>MessageUtil. getMessages(List<IMessage> messages, IMessage.Kind kind)static List<IMessage>MessageUtil. getMessages(IMessageHolder holder, IMessage.Kind kind, boolean orGreater, String infix)static IMessage[]MessageUtil. getMessagesExcept(IMessageHolder holder, IMessage.Kind kind, boolean orGreater)static booleanMessageUtil. handleAll(IMessageHandler sink, IMessageHolder source, IMessage.Kind kind, boolean orGreater, boolean fastFail)static booleanMessageUtil. handleAllExcept(IMessageHandler sink, IMessageHolder source, IMessage.Kind kind, boolean orGreater, boolean fastFail)static PrintStreamMessageUtil. handlerPrintStream(IMessageHandler handler, IMessage.Kind kind, OutputStream overage, String prefix)booleanIMessageHolder. hasAnyMessage(IMessage.Kind kind, boolean orGreater)booleanMessageHandler. hasAnyMessage(IMessage.Kind kind, boolean orGreater)voidCountingMessageHandler. ignore(IMessage.Kind kind)voidIMessageHandler. ignore(IMessage.Kind kind)voidMessageHandler. ignore(IMessage.Kind kind)voidMessageWriter. ignore(IMessage.Kind kind)booleanCountingMessageHandler. isIgnoring(IMessage.Kind kind)booleanIMessageHandler. isIgnoring(IMessage.Kind kind)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)intCountingMessageHandler. numMessages(IMessage.Kind kind, boolean orGreater)intIMessageHolder. numMessages(IMessage.Kind kind, boolean orGreater)intMessageHandler. numMessages(IMessage.Kind kind, boolean orGreater)static intMessageUtil. numMessages(List<IMessage> messages, IMessage.Kind kind, boolean orGreater)Constructors in org.aspectj.bridge with parameters of type IMessage.Kind Constructor Description Message(String message, String details, IMessage.Kind kind, ISourceLocation sourceLocation, Throwable thrown, ISourceLocation[] extraSourceLocations)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) -
Uses of IMessage.Kind in org.aspectj.bridge.context
Methods in org.aspectj.bridge.context with parameters of type IMessage.Kind Modifier and Type Method Description voidPinpointingMessageHandler. dontIgnore(IMessage.Kind kind)voidPinpointingMessageHandler. ignore(IMessage.Kind kind)booleanPinpointingMessageHandler. isIgnoring(IMessage.Kind kind) -
Uses of IMessage.Kind in org.aspectj.weaver
Methods in org.aspectj.weaver that return IMessage.Kind Modifier and Type Method Description static IMessage.KindDump. getDumpOnExit()IMessage.KindLint.Kind. getKind()Methods in org.aspectj.weaver with parameters of type IMessage.Kind Modifier and Type Method Description static booleanDump. setDumpOnExit(IMessage.Kind condition)voidLint.Kind. setKind(IMessage.Kind kind)voidWorld. showMessage(IMessage.Kind kind, String message, ISourceLocation loc1, ISourceLocation loc2)Constructors in org.aspectj.weaver with parameters of type IMessage.Kind Constructor Description LintMessage(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) -
Uses of IMessage.Kind in org.aspectj.weaver.loadtime
Methods in org.aspectj.weaver.loadtime with parameters of type IMessage.Kind Modifier and Type Method Description voidDefaultMessageHandler. dontIgnore(IMessage.Kind kind)voidDefaultMessageHandler. ignore(IMessage.Kind kind)booleanDefaultMessageHandler. 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 Modifier and Type Method Description voidIScope. 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) -
Uses of IMessage.Kind in org.aspectj.weaver.tools
Methods in org.aspectj.weaver.tools with parameters of type IMessage.Kind Modifier and Type Method Description voidWeavingAdaptor.WeavingAdaptorMessageHolder. dontIgnore(IMessage.Kind kind)voidWeavingAdaptor.WeavingAdaptorMessageWriter. dontIgnore(IMessage.Kind kind)voidWeavingAdaptor.WeavingAdaptorMessageHolder. ignore(IMessage.Kind kind)voidWeavingAdaptor.WeavingAdaptorMessageWriter. ignore(IMessage.Kind kind)booleanWeavingAdaptor.WeavingAdaptorMessageHolder. isIgnoring(IMessage.Kind kind)booleanWeavingAdaptor.WeavingAdaptorMessageWriter. isIgnoring(IMessage.Kind kind)
-