Class AbstractLoop

java.lang.Object
net.covers1624.coffeegrinder.bytecode.Instruction
net.covers1624.coffeegrinder.bytecode.insns.AbstractLoop
All Implemented Interfaces:
net.covers1624.quack.util.Copyable<Instruction>
Direct Known Subclasses:
DoWhileLoop, ForEachLoop, ForLoop, WhileLoop

public abstract class AbstractLoop extends Instruction
Created by covers1624 on 12/9/21.
  • Constructor Details

    • AbstractLoop

      protected AbstractLoop(InsnOpcode opcode)
  • Method Details

    • getContinues

      public net.covers1624.quack.collection.FastStream<Continue> getContinues()
    • getBody

      public abstract BlockContainer getBody()