Example usage for Java org.eclipse.jdt.internal.compiler.problem DefaultProblem fields, constructors, methods, implement or subclass
The text is from its open source code.
String | errorReportSource(char[] unitSource) |
String[] | getArguments() |
int | getCategoryID() |
int | getID() Answer the type of problem. |
String | getInternalCategoryMessage() Answers a readable name for the category which this problem belongs to, or null if none could be found. |
String | getMessage() |
char[] | getOriginatingFileName() |
int | getSourceColumnNumber() Answer the line number in source where the problem begins. |
int | getSourceEnd() |
int | getSourceStart() |
boolean | isError() |