Class VariablesArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.VariablesArguments
Arguments for 'variables' request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic VariablesArgumentsbooleangetCount()The number of variables to return.Optional filter to limit the child variables to either named or indexed.Specifies details on how to format the Variable values.getStart()The index of the first variable to return; if omitted children start at 0.intThe Variable reference.inthashCode()setFormat(ValueFormat format) setVariablesReference(int variablesReference)
-
Method Details
-
getVariablesReference
public int getVariablesReference()The Variable reference. -
setVariablesReference
-
getFilter
Optional filter to limit the child variables to either named or indexed. If omitted, both types are fetched. -
setFilter
-
getStart
The index of the first variable to return; if omitted children start at 0. -
setStart
-
getCount
The number of variables to return. If count is missing or 0, all variables are returned. -
setCount
-
getFormat
Specifies details on how to format the Variable values. The attribute is only honored by a debug adapter if the capability 'supportsValueFormattingOptions' is true. -
setFormat
-
equals
-
hashCode
public int hashCode() -
create
-