public class EvaluateArguments
extends java.lang.Object
Constructor and Description |
---|
EvaluateArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContext()
The context in which the evaluate request is run.
|
java.lang.String |
getExpression()
The expression to evaluate.
|
ValueFormat |
getFormat()
Specifies details on how to format the Evaluate result.
|
java.lang.Integer |
getFrameId()
Evaluate the expression in the scope of this stack frame.
|
int |
hashCode() |
void |
setContext(java.lang.String context)
The context in which the evaluate request is run.
|
void |
setExpression(java.lang.String expression)
The expression to evaluate.
|
void |
setFormat(ValueFormat format)
Specifies details on how to format the Evaluate result.
|
void |
setFrameId(java.lang.Integer frameId)
Evaluate the expression in the scope of this stack frame.
|
java.lang.String |
toString() |
@Pure public java.lang.String getExpression()
public void setExpression(java.lang.String expression)
@Pure public java.lang.Integer getFrameId()
This is an optional property.
public void setFrameId(java.lang.Integer frameId)
This is an optional property.
@Pure public java.lang.String getContext()
This is an optional property.
Possible values include - but not limited to those defined in EvaluateArgumentsContext
public void setContext(java.lang.String context)
This is an optional property.
Possible values include - but not limited to those defined in EvaluateArgumentsContext
@Pure public ValueFormat getFormat()
The attribute is only honored by a debug adapter if the capability 'supportsValueFormattingOptions' is true.
This is an optional property.
public void setFormat(ValueFormat format)
The attribute is only honored by a debug adapter if the capability 'supportsValueFormattingOptions' is true.
This is an optional property.
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object