Interface WhileLoop

  • All Superinterfaces:
    Loop
    All Known Implementing Classes:
    WhileLoopImpl

    public interface WhileLoop
    extends Loop
    A while loop statement.
    • Method Detail

      • block

        BytecodeCreator block()
        The block is executed until the condition evaluates to false.
        Specified by:
        block in interface Loop
        Returns:
        the while block