Class CompletionsArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.CompletionsArguments
Arguments for 'completions' request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompletionsArgumentsbooleanintThe character position for which to determine the completion proposals.Returns completions in the scope of this stack frame.getLine()An optional line for which to determine the completion proposals.getText()One or more source lines.inthashCode()setColumn(int column) setFrameId(Integer frameId)
-
Method Details
-
getFrameId
Returns completions in the scope of this stack frame. If not specified, the completions are returned for the global scope. -
setFrameId
-
getText
One or more source lines. Typically this is the text a user has typed into the debug console before he asked for completion. -
setText
-
getColumn
public int getColumn()The character position for which to determine the completion proposals. -
setColumn
-
getLine
An optional line for which to determine the completion proposals. If missing the first line of the text is assumed. -
setLine
-
equals
-
hashCode
public int hashCode() -
create
-