Contains classes to build context objects
| Class | Description | |
|---|---|---|
| BuildArray | Command to build Array object. | |
| BuildBoolean | Command to build Boolean object. | |
| BuildClass | Command to build Class object. | |
| BuildDictionary | Command to build Dictionnay object. | |
| BuildFactory | The BuildFactory class store command to build objects of different types. | |
| BuildFunction | Command to build Function object. | |
| BuildInstance | Command to build dynamic instance. | |
| BuildInt | Command to build int object. | |
| BuildNull | Command to build null object. | |
| BuildNumber | Command to build null object. | |
| BuildObject | Command to build custom object. | |
| BuildRef |
Command to build object using reference identifier store
into Constructor parameter. |
|
| BuildString | Command to build String object. | |
| BuildUint | Command to build uint object. | |
| BuildXML | Command to build XML object. |