public static interface Resource.Diagnostic
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Returns the column location of the issue within the source.
|
int |
getLine()
Returns the line location of the issue within the source.
|
java.lang.String |
getLocation()
Returns the source location of the issue.
|
java.lang.String |
getMessage()
Returns a translated message describing the issue.
|
java.lang.String getMessage()
java.lang.String getLocation()
URI of the resource containing this diagnostic.null if it's unknown.int getLine()
1 is the first line.int getColumn()
1 is the first column.Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature