"

2013 FRC Java API

"

com.sun.squawk.pragma
Class ForceInlinedPragma

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sun.squawk.pragma.PragmaException
                  extended by com.sun.squawk.pragma.AllowInlinedPragma
                      extended by com.sun.squawk.pragma.ForceInlinedPragma

public class ForceInlinedPragma
extends AllowInlinedPragma

Any method declared to throw this exception will be inlined by the translator and cause a LinkageError if it can't be inlined. The method can be of any size. This may bypass implicit null checks or static initializers for virtual or static methods respectively.

See Also:
NativePragma, AllowInlinedPragma

Field Summary
 
Fields inherited from class com.sun.squawk.pragma.PragmaException
ALLOW_INLINED, FORCE_INLINED, FORCE_INLINED_A, HOSTED, INTERPRETER_INVOKED, NATIVE, NOT_INLINED, REPLACEMENT_CONSTRUCTOR
 
Constructor Summary
ForceInlinedPragma()
           
 
Method Summary
 
Methods inherited from class com.sun.squawk.pragma.PragmaException
isAllowInlined, isForceInlined, isHosted, isInterpreterInvoked, isNative, isNotInlined, isReplacementConstructor, toModifier
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForceInlinedPragma

public ForceInlinedPragma()

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"