IMessage.Kind| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLintKind() |
getDeclared, getDetails, getExtraSourceLocations, getID, getKind, getMessage, getSourceEnd, getSourceLocation, getSourceStart, getThrown, isAbort, isDebug, isError, isFailed, isInfo, isTaskTag, isWarning, toStringpublic LintMessage(java.lang.String message,
IMessage.Kind messageKind,
ISourceLocation location,
ISourceLocation[] extraLocations,
Lint.Kind lintKind)
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)