Class SetExpressionResponse.ResponseBody
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.SetExpressionResponse.ResponseBody
- Enclosing class:
SetExpressionResponse
-
Method Summary
Modifier and TypeMethodDescriptionbooleanThe number of indexed child variables.The number of named child variables.Properties of a value that can be used to determine how to render the result in the UI.getType()The optional type of the value.getValue()The new value of the expression.If variablesReference is > 0, the value is structured and its children can be retrieved by passing variablesReference to the VariablesRequest.inthashCode()setIndexedVariables(Integer indexedVariables) setNamedVariables(Integer namedVariables) setPresentationHint(VariablePresentationHint presentationHint) setVariablesReference(Integer variablesReference)
-
Method Details
-
getValue
The new value of the expression. -
setValue
-
getType
The optional type of the value. This attribute should only be returned by a debug adapter if the client has passed the value true for the 'supportsVariableType' capability of the 'initialize' request. -
setType
-
getPresentationHint
Properties of a value that can be used to determine how to render the result in the UI. -
setPresentationHint
public SetExpressionResponse.ResponseBody setPresentationHint(VariablePresentationHint presentationHint) -
getVariablesReference
If variablesReference is > 0, the value is structured and its children can be retrieved by passing variablesReference to the VariablesRequest. The value should be less than or equal to 2147483647 (2^31 - 1). -
setVariablesReference
-
getNamedVariables
The number of named child variables. The client can use this optional information to present the variables in a paged UI and fetch them in chunks. The value should be less than or equal to 2147483647 (2^31 - 1). -
setNamedVariables
-
getIndexedVariables
The number of indexed child variables. The client can use this optional information to present the variables in a paged UI and fetch them in chunks. The value should be less than or equal to 2147483647 (2^31 - 1). -
setIndexedVariables
-
equals
-
hashCode
public int hashCode() -
create
-