|
Class Summary |
| AddressType |
This class defines the constants that can be used to describe the type of the
value stored at a given address. |
| Channel |
The base class for the specialized channels for stream IO, graphic operations and event handling. |
| ChannelConstants |
|
| ChannelIO |
This class contains the host side of the Squawk channel architecture that is used
to implement IO, graphics and events. |
| CID |
This class enumerates the identifiers for the special system classes that the
Squawk VM must be able to identify without necessary having a reference to a
Klass object. |
| CS |
This class contains the offsets that define the layout of the array
(of type "[-global-") that holds the class state (i.e. |
| EventQueue |
Sentinal object used when waiting for events. |
| FieldOffsets |
This class contains the offsets and types for fields that must be directly accessed
by the VM or other Squawk tools such as the mapper. |
| FP |
This class contains the offsets and constants that define the layout of an
activation frame for the current method. |
| GenericConnectionChannel |
Channel for stream IO. |
| Global |
Definition of all the Squawk classes that use global variables. |
| GUIInputChannel |
Special channel for input events. |
| GUIOutputChannel |
Special channel for graphics. |
| HDR |
This class contains constants that describe the object header layout. |
| Main |
This class is the entry point when launching the Squawk VM from Java. |
| MathOpcodes |
|
| MessageBuffer |
Method buffer data structure. |
| MessageStruct |
Method data structure. |
| MethodOffsets |
This class contains the offsets for methods that must be directly accessed by the
VM or other Squawk tools such as the mapper. |
| Native |
This class defines the native method identifiers used in the Squawk system. |
| OPC |
This class defines the bytecodes used in the Squawk system. |
| OPC.Properties |
|
| SC |
This class contains the offsets that define that define the layout of the array
(of type "[-local-") that implements a stack for a thread. |