public static interface PlSqlParser.Issue
| Modifier and Type | Method and Description | 
|---|---|
int | 
getEndOffset()
Returns the end offset of the Issue 
 | 
java.lang.String | 
getMessage()
Returns the message of the Issue 
 | 
PlSqlParser.Severity | 
getSeverity()
Returns the severity of the Issue 
 | 
int | 
getStartOffset()
Returns the start offset of the Issue 
 | 
int getStartOffset()
int getEndOffset()
PlSqlParser.Severity getSeverity()
java.lang.String getMessage()