Package io.quarkus.gizmo
Interface WhileLoop
-
- All Superinterfaces:
Loop
- All Known Implementing Classes:
WhileLoopImpl
public interface WhileLoop extends Loop
A while loop statement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BytecodeCreatorblock()The block is executed until the condition evaluates to false.-
Methods inherited from interface io.quarkus.gizmo.Loop
doBreak, doContinue
-
-
-
-
Method Detail
-
block
BytecodeCreator block()
The block is executed until the condition evaluates to false.
-
-