"

2013 FRC Java API

"

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

Packages that use PragmaException
com.sun.squawk.pragma   
 

Uses of PragmaException in com.sun.squawk.pragma
 

Subclasses of PragmaException in com.sun.squawk.pragma
 class AllowInlinedPragma
          Allow a method declared to throw this exception to be inlined.
 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.
 class HostedPragma
          Any method declared to throw this exception is only called from within a hosted environment.
 class InterpreterInvokedPragma
          Any method declared to throw this exception should only be called from the interpreter or from JIT compiled code.
 class NativePragma
          Any method declared to throw this exception will be turned into a native method by the translator.
 class NotInlinedPragma
          Any method declared to throw this exception will never be inlined by the translator.
 class ReplacementConstructorPragma
          Denotes a method (that must be static) whose code replaces the body of the constructor with the same declared parameter types.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"