public interface Issue
| Modifier and Type | Interface and Description |
|---|---|
static class |
Issue.IssueImpl |
| Modifier and Type | Field and Description |
|---|---|
static String |
CODE_KEY |
static String |
COLUMN_KEY |
static String |
DATA_KEY |
static String |
URI_KEY |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
Integer |
getColumn()
Returns the column in the line of the issue.
|
String[] |
getData() |
Integer |
getLength() |
Integer |
getLineNumber()
Returns the one-based line number of the issue.
|
String |
getMessage() |
Integer |
getOffset() |
Severity |
getSeverity()
Returns the severity of the issue.
|
CheckType |
getType() |
org.eclipse.emf.common.util.URI |
getUriToProblem() |
boolean |
isSyntaxError() |
static final String CODE_KEY
static final String URI_KEY
static final String COLUMN_KEY
static final String DATA_KEY
Severity getSeverity()
Severity.ERROR.String getMessage()
String getCode()
CheckType getType()
org.eclipse.emf.common.util.URI getUriToProblem()
Integer getLineNumber()
Integer getColumn()
Integer getOffset()
Integer getLength()
boolean isSyntaxError()
String[] getData()
null or empty but may not contain null entries.Copyright © 2015. All Rights Reserved.