public class SetExpressionArguments
extends java.lang.Object
Constructor and Description |
---|
SetExpressionArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getExpression()
The l-value expression to assign to.
|
ValueFormat |
getFormat()
Specifies how the resulting value should be formatted.
|
java.lang.Integer |
getFrameId()
Evaluate the expressions in the scope of this stack frame.
|
java.lang.String |
getValue()
The value expression to assign to the l-value expression.
|
int |
hashCode() |
void |
setExpression(java.lang.String expression)
The l-value expression to assign to.
|
void |
setFormat(ValueFormat format)
Specifies how the resulting value should be formatted.
|
void |
setFrameId(java.lang.Integer frameId)
Evaluate the expressions in the scope of this stack frame.
|
void |
setValue(java.lang.String value)
The value expression to assign to the l-value expression.
|
java.lang.String |
toString() |
@Pure public java.lang.String getExpression()
public void setExpression(java.lang.String expression)
@Pure public java.lang.String getValue()
public void setValue(java.lang.String value)
@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 ValueFormat getFormat()
This is an optional property.
public void setFormat(ValueFormat format)
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