"

2013 FRC Java API

"

Uses of Package
com.sun.squawk.pragma

Packages that use com.sun.squawk.pragma
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
com.sun.squawk.imp Provides classes for low level interactions with the Squawk implementation of IMP. 
com.sun.squawk.pragma   
com.sun.squawk.util Provides classes for basic utilities sometimes found in JSE (LineReader, unsynchronized Vectors, Math utilities, etc.) 
 

Classes in com.sun.squawk.pragma used by com.sun.squawk
AllowInlinedPragma
          Allow a method declared to throw this exception to be inlined.
ForceInlinedPragma
          Any method declared to throw this exception will be inlined by the translator and cause a LinkageError if it can't be inlined.
GlobalStaticFields
          This marker interface denotes a class whose static fields are VM global.
HostedPragma
          Any method declared to throw this exception is only called from within a hosted environment.
NativePragma
          Any method declared to throw this exception will be turned into a native method by the translator.
NotInlinedPragma
          Any method declared to throw this exception will never be inlined by the translator.
 

Classes in com.sun.squawk.pragma used by com.sun.squawk.imp
GlobalStaticFields
          This marker interface denotes a class whose static fields are VM global.
 

Classes in com.sun.squawk.pragma used by com.sun.squawk.pragma
AllowInlinedPragma
          Allow a method declared to throw this exception to be inlined.
PragmaException
          The root of the pragma exception hierarchy.
 

Classes in com.sun.squawk.pragma used by com.sun.squawk.util
GlobalStaticFields
          This marker interface denotes a class whose static fields are VM global.
NotInlinedPragma
          Any method declared to throw this exception will never be inlined by the translator.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"