@Retention(value=RUNTIME) @Target(value={METHOD,CONSTRUCTOR}) public static @interface CompilerDirectives.TruffleBoundary
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
allowInlining
Considers this Truffle boundary invoke as an inlining candidate.
|
boolean |
throwsControlFlowException
Determines whether this method throws a
ControlFlowException. |
public abstract boolean throwsControlFlowException
ControlFlowException.