"

2013 FRC Java API

"

Package com.sun.squawk.vm

Provides classes for basic Squawk VM structures.

See:
          Description

Interface Summary
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.
FP This class contains the offsets and constants that define the layout of an activation frame for the current method.
HDR This class contains constants that describe the object header layout.
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.
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.
 

Class Summary
AddressType This class defines the constants that can be used to describe the type of the value stored at a given address.
ChannelConstants  
CS This class contains the offsets that define the layout of the array (of type "[-global-") that holds the class state (i.e.
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.
Global Definition of all the Squawk classes that use global variables.
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  
 

Package com.sun.squawk.vm Description

Provides classes for basic Squawk VM structures.


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"