Class baja.Value
Extends
baja.Object.
Represents baja:Value in BajaScript.
Since this Constructor represents an abstract class, it should never
be directly used to create a new Object.
Defined in: obj.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
|
Every value may be cloned using the newCopy method.
|
- Fields borrowed from class baja.Object:
- equivalent, getIcon
Field Detail
newCopy
Every value may be cloned using the newCopy method.
Please note that Simples are immutable so they don't allocate a new instance.
- See:
- baja.Simple