Class LoopNode

  • All Implemented Interfaces:
    NodeInterface, java.lang.Cloneable
    Direct Known Subclasses:
    DefaultLoopNode

    public abstract class LoopNode
    extends Node
    Experimental API: may change significantly without notice.
    • Field Detail

      • repeatingNode

        protected Node repeatingNode
    • Constructor Detail

    • Method Detail

      • executeLoop

        public abstract void executeLoop​(VirtualFrame frame)
      • executeRepeatingNode

        protected final boolean executeRepeatingNode​(VirtualFrame frame)
      • getRepeatingNode

        public final RepeatingNode getRepeatingNode()