|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Problem information for quick fix and quick assist processors.
Note: this interface is not intended to be implemented.
Method Summary | |
ASTNode |
getCoveredNode(CompilationUnit astRoot)
Convenience method to evaluate the AST node covered by this problem. |
ASTNode |
getCoveringNode(CompilationUnit astRoot)
Convenience method to evaluate the AST node covering this problem. |
int |
getLength()
Returns the length of the problem. |
int |
getOffset()
Returns the start offset of the problem. |
String[] |
getProblemArguments()
Returns the original arguments recorded into the problem. |
int |
getProblemId()
Returns the id of problem. |
boolean |
isError()
Returns if the problem has error severity. |
Method Detail |
public int getOffset()
public int getLength()
public int getProblemId()
IProblem
for
id definitions.
public String[] getProblemArguments()
public boolean isError()
true
if the problem has error severitypublic ASTNode getCoveringNode(CompilationUnit astRoot)
astRoot
- The root node of the current AST
public ASTNode getCoveredNode(CompilationUnit astRoot)
astRoot
- The root node of the current AST
|
Eclipse JDT Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |