2010 FRC Java API


Uses of Package
com.sun.squawk

Packages that use com.sun.squawk
com.sun.cldc.jna The CLDC/JNA package contains classes that help import native data structures and functions from Java code without writing C code. 
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
com.sun.squawk.flash   
com.sun.squawk.peripheral   
com.sun.squawk.realtime Provides classes for native memory access based on the javax.realtime package. 
 

Classes in com.sun.squawk used by com.sun.cldc.jna
Address
          The Address class is used to abstract machine addresses.
UWord
          The word type is used by the runtime system and collector to denote machine word-sized quantities.
 

Classes in com.sun.squawk used by com.sun.squawk
Address
          The Address class is used to abstract machine addresses.
GarbageCollector
          Base class for all garbage collectors.
Isolate
          The Isolate class represents a "process-like" unit of computation that is isolated from other instances of Isolate.
Isolate.LifecycleListener
          Monitor isolate lifecycle events such as shutdown, hibernate, and unhibernate.
Offset
          The offset type is used by the runtime system and collector to denote the directed distance between two machine addresses.
UWord
          The word type is used by the runtime system and collector to denote machine word-sized quantities.
 

Classes in com.sun.squawk used by com.sun.squawk.flash
Address
          The Address class is used to abstract machine addresses.
 

Classes in com.sun.squawk used by com.sun.squawk.peripheral
Address
          The Address class is used to abstract machine addresses.
 

Classes in com.sun.squawk used by com.sun.squawk.realtime
Address
          The Address class is used to abstract machine addresses.
UWord
          The word type is used by the runtime system and collector to denote machine word-sized quantities.
 


2010 FRC Java API


Copyright © 2006-2009 Sun Microsystems, Inc. All Rights Reserved.