|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Context information for quick fix and quick assist processors.
Note: this interface is not intended to be implemented.
Method Summary | |
---|---|
CompilationUnit |
getASTRoot()
Returns an AST of the compilation unit, possibly only a partial AST focused on the selection offset (see ASTParser.setFocalPosition(int) ).
|
ICompilationUnit |
getCompilationUnit()
|
ASTNode |
getCoveredNode()
Convenience method to evaluate the AST node that is covered by the current selection. |
ASTNode |
getCoveringNode()
Convenience method to evaluate the AST node covering the current selection. |
int |
getSelectionLength()
|
int |
getSelectionOffset()
|
Method Detail |
public ICompilationUnit getCompilationUnit()
public int getSelectionOffset()
public int getSelectionLength()
public CompilationUnit getASTRoot()
ASTParser.setFocalPosition(int)
).
The returned AST is shared and therefore protected and cannot be modified.
The client must check the AST API level and do nothing if they are given an AST
they can't handle. (see AST.apiLevel()
).
public ASTNode getCoveringNode()
public ASTNode getCoveredNode()
|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |