Uses of Interface
io.quarkus.gizmo.WhileLoop
-
Uses of WhileLoop in io.quarkus.gizmo
Classes in io.quarkus.gizmo that implement WhileLoopMethods in io.quarkus.gizmo that return WhileLoopModifier and TypeMethodDescriptionBytecodeCreator.whileLoop(Function<BytecodeCreator, BranchResult> conditionFun) Create a new while loop statement.BytecodeCreatorImpl.whileLoop(Function<BytecodeCreator, BranchResult> conditionFun)