Class ArrayUpdatableValue
- java.lang.Object
-
- org.intocps.maestro.interpreter.values.Value
-
- org.intocps.maestro.interpreter.values.UpdatableValue
-
- org.intocps.maestro.interpreter.values.utilities.ArrayUpdatableValue
-
public class ArrayUpdatableValue extends UpdatableValue
-
-
Constructor Summary
Constructors Constructor Description ArrayUpdatableValue(ArrayValue<Value> owner, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Valuederef()voidsetValue(Value newValue)-
Methods inherited from class org.intocps.maestro.interpreter.values.Value
checkArgLength, compareTo
-
-
-
-
Constructor Detail
-
ArrayUpdatableValue
public ArrayUpdatableValue(ArrayValue<Value> owner, int index)
-
-
Method Detail
-
setValue
public void setValue(Value newValue)
- Overrides:
setValuein classUpdatableValue
-
deref
public Value deref()
- Overrides:
derefin classUpdatableValue
-
-