public static final class YieldNode.ExceptionYieldResultNode extends YieldNode.YieldResultNode
Constructor and Description |
---|
ExceptionYieldResultNode() |
Modifier and Type | Method and Description |
---|---|
YieldException |
generatorYield(com.oracle.truffle.api.frame.VirtualFrame frame,
Object value) |
copy, onReplace
accept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecialize, toString
public YieldException generatorYield(com.oracle.truffle.api.frame.VirtualFrame frame, Object value)
generatorYield
in class YieldNode.YieldResultNode