Java org.aspectj.bridge IMessageHolder fields, constructors, methods, implement or subclass

Example usage for Java org.aspectj.bridge IMessageHolder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.aspectj.bridge IMessageHolder.

The text is from its open source code.

Method

IMessage[]getMessages(IMessage.Kind kind, boolean orGreater)
Get all messages or those of a specific kind.
intnumMessages(IMessage.Kind kind, boolean orGreater)
Count the messages currently held by this holder.