Class YieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.oracle.truffle.api.nodes.ControlFlowException
com.oracle.truffle.js.nodes.control.YieldException
- All Implemented Interfaces:
Serializable
public final class YieldException
extends com.oracle.truffle.api.nodes.ControlFlowException
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.oracle.truffle.api.nodes.ControlFlowException
fillInStackTraceMethods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
YIELD_NULL
-
AWAIT_NULL
-
-
Constructor Details
-
YieldException
-
-
Method Details
-
getResult
-
isYield
public boolean isYield() -
isAwait
public boolean isAwait()
-