public interface DebuggerInspectorExpressionProvider
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
boolean canProvideInspectorExpression(Node node)
node - The node whose editor contains the current cursor positionjava.lang.String getInspectorExpression(java.lang.String lineOfText,
                                        int cursorOffset)
lineOfText - A line of textcursorOffset - The position of the cursor in that line of text