Uses of Interface
io.quarkus.gizmo.WhileLoop
-
-
Uses of WhileLoop in io.quarkus.gizmo
Classes in io.quarkus.gizmo that implement WhileLoop Modifier and Type Class Description (package private) classWhileLoopImplMethods in io.quarkus.gizmo that return WhileLoop Modifier and Type Method Description WhileLoopBytecodeCreator. whileLoop(java.util.function.Function<BytecodeCreator,BranchResult> conditionFun)Create a new while loop statement.WhileLoopBytecodeCreatorImpl. whileLoop(java.util.function.Function<BytecodeCreator,BranchResult> conditionFun)
-