Class SetVariableArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.SetVariableArguments
Arguments for 'setVariable' request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SetVariableArgumentsbooleanSpecifies details on how to format the response value.getName()The name of the variable in the container.getValue()The value of the variable.intThe reference of the variable container.inthashCode()setFormat(ValueFormat format) setVariablesReference(int variablesReference)
-
Method Details
-
getVariablesReference
public int getVariablesReference()The reference of the variable container. -
setVariablesReference
-
getName
The name of the variable in the container. -
setName
-
getValue
The value of the variable. -
setValue
-
getFormat
Specifies details on how to format the response value. -
setFormat
-
equals
-
hashCode
public int hashCode() -
create
-