Interface ResumableNode.WithIntState

All Superinterfaces:
ResumableNode
All Known Implementing Classes:
AsyncGeneratorYieldNode, AsyncIteratorNextNode, AwaitNode, DualNode, IfNode, JSAndNode, JSLogicalNode, JSNullishCoalescingNode, JSOrNode, YieldNode
Enclosing interface:
ResumableNode

public static interface ResumableNode.WithIntState extends ResumableNode
  • Method Details

    • setStateAsInt

      default void setStateAsInt(com.oracle.truffle.api.frame.VirtualFrame frame, int stateSlot, int state)
    • getStateAsInt

      default int getStateAsInt(com.oracle.truffle.api.frame.VirtualFrame frame, int stateSlot)
    • getStateAsIntAndReset

      default int getStateAsIntAndReset(com.oracle.truffle.api.frame.VirtualFrame frame, int stateSlot)
    • getStateSlotKind

      default com.oracle.truffle.api.frame.FrameSlotKind getStateSlotKind()
      Specified by:
      getStateSlotKind in interface ResumableNode