setValue

open override fun setValue(newValue: A_BasicObject)

Assign the given value to the VariableDescriptor. Fail if the value does not have a type suitable for the variable.

Parameters

newValue

The variable's proposed new value.

Throws

If the new value is incorrectly typed.