Class SetExpressionArguments
java.lang.Object
com.oracle.truffle.tools.dap.types.JSONBase
com.oracle.truffle.tools.dap.types.SetExpressionArguments
Arguments for 'setExpression' request.
-
Method Summary
Modifier and TypeMethodDescriptionstatic SetExpressionArgumentsbooleanThe l-value expression to assign to.Specifies how the resulting value should be formatted.Evaluate the expressions in the scope of this stack frame.getValue()The value expression to assign to the l-value expression.inthashCode()setExpression(String expression) setFormat(ValueFormat format) setFrameId(Integer frameId)
-
Method Details
-
getExpression
The l-value expression to assign to. -
setExpression
-
getValue
The value expression to assign to the l-value expression. -
setValue
-
getFrameId
Evaluate the expressions in the scope of this stack frame. If not specified, the expressions are evaluated in the global scope. -
setFrameId
-
getFormat
Specifies how the resulting value should be formatted. -
setFormat
-
equals
-
hashCode
public int hashCode() -
create
-