Class ExplodeLoopNode

All Implemented Interfaces:
Cloneable, Formattable, NodeWithIdentity, FixedNodeInterface, FixedWithNextNodeInterface, ValueNodeInterface

public final class ExplodeLoopNode extends FixedWithNextNode implements NodeWithIdentity
Placeholder node to denote to snippet preparation that the following loop must be completely unrolled.
See Also:
  • Field Details

  • Constructor Details

    • ExplodeLoopNode

      public ExplodeLoopNode()
  • Method Details

    • findLoopBegin

      public LoopBeginNode findLoopBegin()
    • explodeLoop

      public static void explodeLoop()
      A call to this method must be placed immediately prior to the loop that is to be exploded.