Class DataBreakpointInfoArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.DataBreakpointInfoArguments
Arguments for 'dataBreakpointInfo' request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DataBreakpointInfoArgumentsbooleangetName()The name of the Variable's child to obtain data breakpoint information for.Reference to the Variable container if the data breakpoint is requested for a child of the container.inthashCode()setVariablesReference(Integer variablesReference)
-
Method Details
-
getVariablesReference
Reference to the Variable container if the data breakpoint is requested for a child of the container. -
setVariablesReference
-
getName
The name of the Variable's child to obtain data breakpoint information for. If variableReference isn't provided, this can be an expression. -
setName
-
equals
-
hashCode
public int hashCode() -
create
-