org.aspectj.weaver
Class LintMessage

java.lang.Object
  extended by org.aspectj.bridge.Message
      extended by org.aspectj.weaver.LintMessage
All Implemented Interfaces:
IMessage

public class LintMessage
extends Message


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.aspectj.bridge.IMessage
IMessage.Kind
 
Field Summary
 
Fields inherited from interface org.aspectj.bridge.IMessage
ABORT, DEBUG, ERROR, FAIL, INFO, KINDS, RA_IMessage, TASKTAG, WARNING, WEAVEINFO
 
Constructor Summary
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)
           
 
Method Summary
 java.lang.String getLintKind()
           
 
Methods inherited from class org.aspectj.bridge.Message
getDeclared, getDetails, getExtraSourceLocations, getID, getKind, getMessage, getSourceEnd, getSourceLocation, getSourceStart, getThrown, isAbort, isDebug, isError, isFailed, isInfo, isTaskTag, isWarning, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LintMessage

public LintMessage(java.lang.String message,
                   IMessage.Kind messageKind,
                   ISourceLocation location,
                   ISourceLocation[] extraLocations,
                   Lint.Kind lintKind)

LintMessage

public 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)
Method Detail

getLintKind

public java.lang.String getLintKind()
Returns:
Returns the Lint kind of this message