Companion
Functions
Link copied to clipboard
fun discardInvalidWriteReactors(writeReactors: MutableMap<A_Atom, VariableDescriptor.VariableAccessReactor>)
Content copied to clipboard
Discard all invalidwrite reactors from the specified map.
Link copied to clipboard
fun newVariableWithContentType(contentType: A_Type, optionalInitialValue: A_BasicObject? = null): AvailObject
Content copied to clipboard
Create a VariableDescriptor variable which can only contain values of the specified type. The new variable initially holds no value, unless one is specified as the optionalInitialValue.
Link copied to clipboard
fun newVariableWithOuterType(variableType: A_Type, optionalInitialValue: A_BasicObject? = null): AvailObject
Content copied to clipboard
Create a variable of the specified variable type. The new variable initially holds no value, unless one is specified as the optionalInitialValue.
Properties
Link copied to clipboard
The bootstrapped assignment function used to restart implicitly observed assignments.
Link copied to clipboard
The CheckedMethod for A_Variable.clearValue.
Link copied to clipboard
The CheckedMethod for newVariableWithOuterType.