public interface IIssue
Modifier and Type | Interface and Description |
---|---|
static class |
IIssue.Kind |
Modifier and Type | Method and Description |
---|---|
int |
getColumn() |
int |
getEndOffset() |
IIssue.Kind |
getKind() |
int |
getLine() |
String |
getMessage() |
int |
getStartOffset() |
IIssue.Kind getKind()
int getStartOffset()
int getEndOffset()
int getLine()
int getColumn()
String getMessage()
Copyright © 2020. All rights reserved.