"

2013 FRC Java API

"

Uses of Class
com.sun.squawk.pragma.AllowInlinedPragma

Packages that use AllowInlinedPragma
com.sun.squawk Provides classes for low level interactions with the Squawk VM. 
com.sun.squawk.pragma   
 

Uses of AllowInlinedPragma in com.sun.squawk
 

Methods in com.sun.squawk that throw AllowInlinedPragma
static TranslatorInterface Isolate.getDefaultTranslator()
          Gets a translator that is to be used to locate, load and convert classes that are not currently installed in this isolate's runtime environment.
 int Klass.getModifiers()
          Returns the modifiers for this class or interface.
 int Klass.getSystemID()
          Gets the system wide unique ID for this class or a negative value if it doesn't have one.
 TranslatorInterface Isolate.getTranslator()
          Gets a translator that is to be used to locate, load and convert classes that are not currently installed in this isolate's runtime environment.
static boolean Modifier.isArray(int mod)
          Return true if the integer argument includes the ARRAY modifer, false otherwise.
static boolean VM.isHosted()
          Determines if code running at the moment is running inside of a Squawk VM or a JSE VM.
static boolean Modifier.isSquawkArray(int mod)
          Return true if the integer argument includes the SQUAWKARRAY modifer, false otherwise.
static boolean Modifier.isSquawkPrimitive(int mod)
          Return true if the integer argument includes the SQUAWKPRIMITIVE modifer, false otherwise.
 

Uses of AllowInlinedPragma in com.sun.squawk.pragma
 

Subclasses of AllowInlinedPragma in com.sun.squawk.pragma
 class ForceInlinedPragma
          Any method declared to throw this exception will be inlined by the translator and cause a LinkageError if it can't be inlined.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"