ll first meta-model – ISA\ll\Elements
Parent
Data
Elements | |
Aliases | Primitive |
Information | This assembly put together the elementary elements shared by the Meta-model and the model. In particular, it is the place where all primitive types are defined.
Basically, an Element is neither a classifier nor an object, but it is a Type. |
Classes
Element | |
Information | An Element is the raw elementary building block in ll. It is the root of all Primitive types introduced in ll for efficiency reasons. This is why they do not follow the object Orientation paradigm of ISA. However, while not Objects, the Elements are accessible and manipulated in a similar way in ll. This is one of the reason why keywords and operators are not required in LL. One can say that using Metaclasses is like doing Chemistry, and that these Elements are the elementary elements as like atoms are to Physics. |
sbyte | |||||||||||
Information | A 64 bits binary word. sbyte means “Square byte”.This is one of the cornerstones Type because it supports the 64 bits principle of ISA.It also can be considered to be a bit field. In particular for operations dealing directly with hardware devices. |
||||||||||
Field |
|
||||||||||
Constructor |
|
||||||||||
Queries |
|
||||||||||
Commands
|
|
Version and status
Version | Date | Description | Status |
V1R2 | 07-Jan-19 | Initial. | Candidate |