abstract class Myst::Value
- Myst::Value
- Reference
- Object
Direct Known Subclasses
- Myst::ContainerType
- Myst::TFunctor
- Myst::TFunctorDef
- Myst::TInstance
- Myst::TList
- Myst::TMap
- Myst::TNil
- Myst::TPrimitive(T)
Defined in:
myst/interpreter/value.crClass Method Summary
Instance Method Summary
-
#ivars : Scope
Instance variables are properties tied to the instance of an object.
-
#ivars=(ivars : Scope)
Instance variables are properties tied to the instance of an object.
- #truthy?
- #type_name
Class Method Detail
Instance Method Detail
Instance variables are properties tied to the instance of an object.
For consistency between native (Integer, String, etc.) and language-
level types (IO, File, etc.), all values have an #ivars
property.
Instance variables are properties tied to the instance of an object.
For consistency between native (Integer, String, etc.) and language-
level types (IO, File, etc.), all values have an #ivars
property.