| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | AllowInlinedPragmaAllow a method declared to throw this exception to be inlined. | 
|  class | ForceInlinedPragmaAny method declared to throw this exception will be inlined by the translator and cause a LinkageError if it can't be inlined. | 
|  class | HostedPragmaAny method declared to throw this exception is only called from within a hosted environment. | 
|  class | InterpreterInvokedPragmaAny method declared to throw this exception should only be called from the interpreter or from JIT compiled code. | 
|  class | NativePragmaAny method declared to throw this exception will be turned into a native method by the translator. | 
|  class | NotInlinedPragmaAny method declared to throw this exception will never be inlined by the translator. | 
|  class | ReplacementConstructorPragmaDenotes a method (that must be static) whose code replaces the body of the constructor with the same declared parameter types. | 
| 
 | " 2013 FRC Java API" | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||