| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DebuggerInspectorExpressionProvider
Defines an interface that the debugger will call to get a suitable expression for the inspector based on where the cursor is in the editor
| Method Summary | |
|---|---|
 boolean | 
canProvideInspectorExpression(Node node)
Determine if the implementation can return inspector expressions if the cursor is in the editor of the incoming Node  | 
 java.lang.String | 
getInspectorExpression(java.lang.String lineOfText,
                       int cursorOffset)
Given a line of text and a cursor position in that line, return the expression suitable for the debugger inspector.  | 
| Method Detail | 
|---|
boolean canProvideInspectorExpression(Node node)
node - The node whose editor contains the current cursor position
java.lang.String getInspectorExpression(java.lang.String lineOfText,
                                        int cursorOffset)
lineOfText - A line of textcursorOffset - The position of the cursor in that line of text
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||