Uses of Interface
org.aspectj.bridge.IMessage
Packages that use IMessage
Package
Description
-
Uses of IMessage in org.aspectj.ajde.core
Methods in org.aspectj.ajde.core with parameters of type IMessageModifier and TypeMethodDescriptionbooleanIBuildMessageHandler.handleMessage(IMessage message) Handle message by reporting and/or throwing an AbortException. -
Uses of IMessage in org.aspectj.ajde.core.internal
Methods in org.aspectj.ajde.core.internal with parameters of type IMessageModifier and TypeMethodDescriptionbooleanAjdeCoreMessageHandlerAdapter.handleMessage(IMessage message) -
Uses of IMessage in org.aspectj.ajde.ui
Fields in org.aspectj.ajde.ui declared as IMessageMethods in org.aspectj.ajde.ui that return IMessageMethods in org.aspectj.ajde.ui with parameters of type IMessage -
Uses of IMessage in org.aspectj.ajdt.internal.compiler
Methods in org.aspectj.ajdt.internal.compiler with parameters of type IMessage -
Uses of IMessage in org.aspectj.ajdt.internal.compiler.lookup
Methods in org.aspectj.ajdt.internal.compiler.lookup with parameters of type IMessage -
Uses of IMessage in org.aspectj.ajdt.internal.core.builder
Methods in org.aspectj.ajdt.internal.core.builder that return IMessageModifier and TypeMethodDescriptionstatic IMessageEclipseAdapterUtils.makeErrorMessage(String srcFile, String text, Exception ex) static IMessageEclipseAdapterUtils.makeErrorMessage(ICompilationUnit unit, String text, Exception ex) static IMessageEclipseAdapterUtils.makeMessage(ICompilationUnit unit, IProblem problem, World world, IProgressListener progressListener) Extract message text and source location, including context. -
Uses of IMessage in org.aspectj.asm
Methods in org.aspectj.asm that return IMessageMethods in org.aspectj.asm with parameters of type IMessage -
Uses of IMessage in org.aspectj.asm.internal
Methods in org.aspectj.asm.internal that return IMessageMethods in org.aspectj.asm.internal with parameters of type IMessage -
Uses of IMessage in org.aspectj.bridge
Classes in org.aspectj.bridge that implement IMessageFields in org.aspectj.bridge declared as IMessageModifier and TypeFieldDescriptionstatic final IMessageMessageUtil.ABORT_NOMESSAGEstatic final IMessageMessageUtil.ABORT_NOTHING_TO_RUNstatic final IMessageMessageUtil.ERROR_NOMESSAGEstatic final IMessageMessageUtil.FAIL_INCOMPLETEstatic final IMessageMessageUtil.FAIL_NOMESSAGEprotected IMessageAbortException.messagestructured message abortstatic final IMessage[]IMessage.RA_IMessageno messagesstatic final IMessageMessageUtil.WARNING_NOMESSAGEFields in org.aspectj.bridge with type parameters of type IMessageMethods in org.aspectj.bridge that return IMessageModifier and TypeMethodDescriptionstatic IMessagestatic IMessagestatic IMessagestatic IMessagestatic IMessageMessageUtil.error(String message, ISourceLocation location) static IMessagestatic IMessageCreate fail message.IMessage[]MessageHandler.getErrors()AbortException.getIMessage()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 IMessage[]MessageUtil.getMessagesExcept(IMessageHolder holder, IMessage.Kind kind, boolean orGreater) Select all messages in holder except those of the same kind (optionally or greater).IMessage[]MessageHandler.getWarnings()static IMessagestatic IMessage[]MessageUtil.visitMessages(Collection<IMessage> messages, IMessageHandler visitor, boolean accumulate, boolean abortOnFail) Run visitor over a collection of messages, optionally accumulating those accepted by the visitorstatic IMessage[]MessageUtil.visitMessages(IMessage[] messages, IMessageHandler visitor, boolean accumulate, boolean abortOnFail) Run visitor over the set of messages in holder, optionally accumulating those accepted by the visitorstatic IMessage[]MessageUtil.visitMessages(IMessageHolder holder, IMessageHandler visitor, boolean accumulate, boolean abortOnFail) Run visitor over the set of messages in holder, optionally accumulating those accepted by the visitorstatic IMessagestatic IMessageMessageUtil.warn(String message, ISourceLocation location) Methods in org.aspectj.bridge that return types with arguments of type IMessageModifier and TypeMethodDescriptionMessageUtil.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) IMessageHolder.getUnmodifiableListView()MessageHandler.getUnmodifiableListView()Methods in org.aspectj.bridge with parameters of type IMessageModifier and TypeMethodDescriptionstatic StringMessageUtil.addExtraSourceLocations(IMessage message, String baseMessage) static AbortExceptionAbortException.borrowPorter(IMessage message) Get a porter exception from the pool.static booleanMessageUtil.handleAll(IMessageHandler sink, IMessage[] sources, boolean fastFail) Handle messages in the sink.booleanCountingMessageHandler.handleMessage(IMessage message) booleanIMessageHandler.handleMessage(IMessage message) Handle message, by reporting and/or throwing an AbortException.booleanMessageHandler.handleMessage(IMessage message) This implementation accumulates message.booleanMessageWriter.handleMessage(IMessage message) Handle message by printing and (if abortOnFailure) throwing an AbortException if the messages is a failure or an abort (but not for errors).protected Stringstatic StringMessageUtil.renderMessage(IMessage message) This renders IMessage as String, ignoring empty elements and eliding any thrown stack traces.static StringMessageUtil.renderMessage(IMessage message, boolean elide) This renders IMessage as String, ignoring empty elements and eliding any thrown.static StringMessageUtil.renderMessageLine(IMessage message, int textScale, int locScale, int max) Render message in a line.MessageUtil.IMessageRenderer.renderToString(IMessage message) static StringMessageUtil.toShortString(IMessage message) static IMessage[]MessageUtil.visitMessages(IMessage[] messages, IMessageHandler visitor, boolean accumulate, boolean abortOnFail) Run visitor over the set of messages in holder, optionally accumulating those accepted by the visitorMethod parameters in org.aspectj.bridge with type arguments of type IMessageModifier and TypeMethodDescriptionMessageUtil.getMessages(List<IMessage> messages, IMessage.Kind kind) Extract messages of type kind from the input list.static intMessageUtil.numMessages(List<IMessage> messages, IMessage.Kind kind, boolean orGreater) static IMessage[]MessageUtil.visitMessages(Collection<IMessage> messages, IMessageHandler visitor, boolean accumulate, boolean abortOnFail) Run visitor over a collection of messages, optionally accumulating those accepted by the visitorConstructors in org.aspectj.bridge with parameters of type IMessage -
Uses of IMessage in org.aspectj.bridge.context
Methods in org.aspectj.bridge.context with parameters of type IMessageModifier and TypeMethodDescriptionbooleanPinpointingMessageHandler.handleMessage(IMessage message) -
Uses of IMessage in org.aspectj.tools.ajc
Methods in org.aspectj.tools.ajc with parameters of type IMessageModifier and TypeMethodDescriptionbooleanMain.MessagePrinter.handleMessage(IMessage message) Print errors and warnings to System.err, and optionally info to System.out, rendering message String only.static StringRender message differently. -
Uses of IMessage in org.aspectj.tools.ajdoc
Methods in org.aspectj.tools.ajdoc that return IMessage -
Uses of IMessage in org.aspectj.weaver
Classes in org.aspectj.weaver that implement IMessage -
Uses of IMessage in org.aspectj.weaver.loadtime
Methods in org.aspectj.weaver.loadtime with parameters of type IMessage -
Uses of IMessage in org.aspectj.weaver.patterns
Methods in org.aspectj.weaver.patterns with parameters of type IMessage -
Uses of IMessage in org.aspectj.weaver.tools
Methods in org.aspectj.weaver.tools that return types with arguments of type IMessageModifier and TypeMethodDescriptionWeavingAdaptor.WeavingAdaptorMessageHolder.getUnmodifiableListView()Methods in org.aspectj.weaver.tools with parameters of type IMessageModifier and TypeMethodDescriptionbooleanWeavingAdaptor.WeavingAdaptorMessageHolder.handleMessage(IMessage message) booleanWeavingAdaptor.WeavingAdaptorMessageWriter.handleMessage(IMessage message) protected Stringprotected String