Uses of Interface
io.quarkus.gizmo.BranchResult
-
Uses of BranchResult in io.quarkus.gizmo
Classes in io.quarkus.gizmo that implement BranchResultFields in io.quarkus.gizmo declared as BranchResultModifier and TypeFieldDescriptionprivate final BranchResultForEachLoopImpl.resultprivate BranchResultIfThenElseImpl.resultprivate final BranchResultWhileLoopImpl.resultMethods in io.quarkus.gizmo that return BranchResultModifier and TypeMethodDescriptionBytecodeCreator.ifFalse(ResultHandle resultHandle) An if statement.BytecodeCreatorImpl.ifFalse(ResultHandle resultHandle) BytecodeCreator.ifGreaterEqualZero(ResultHandle resultHandle) An if statement.BytecodeCreatorImpl.ifGreaterEqualZero(ResultHandle resultHandle) BytecodeCreator.ifGreaterThanZero(ResultHandle resultHandle) An if statement.BytecodeCreatorImpl.ifGreaterThanZero(ResultHandle resultHandle) BytecodeCreator.ifIntegerEqual(ResultHandle value1, ResultHandle value2) An if statement.BytecodeCreatorImpl.ifIntegerEqual(ResultHandle value1, ResultHandle value2) BytecodeCreator.ifIntegerGreaterEqual(ResultHandle value1, ResultHandle value2) An if statement.BytecodeCreatorImpl.ifIntegerGreaterEqual(ResultHandle value1, ResultHandle value2) BytecodeCreator.ifIntegerGreaterThan(ResultHandle value1, ResultHandle value2) An if statement.BytecodeCreatorImpl.ifIntegerGreaterThan(ResultHandle value1, ResultHandle value2) BytecodeCreator.ifIntegerLessEqual(ResultHandle value1, ResultHandle value2) An if statement.BytecodeCreatorImpl.ifIntegerLessEqual(ResultHandle value1, ResultHandle value2) BytecodeCreator.ifIntegerLessThan(ResultHandle value1, ResultHandle value2) An if statement.BytecodeCreatorImpl.ifIntegerLessThan(ResultHandle value1, ResultHandle value2) BytecodeCreator.ifLessEqualZero(ResultHandle resultHandle) An if statement.BytecodeCreatorImpl.ifLessEqualZero(ResultHandle resultHandle) BytecodeCreator.ifLessThanZero(ResultHandle resultHandle) An if statement.BytecodeCreatorImpl.ifLessThanZero(ResultHandle resultHandle) BytecodeCreator.ifNonZero(ResultHandle resultHandle) An if statement.BytecodeCreatorImpl.ifNonZero(ResultHandle resultHandle) BytecodeCreator.ifNotNull(ResultHandle resultHandle) An if statement.BytecodeCreatorImpl.ifNotNull(ResultHandle resultHandle) BytecodeCreator.ifNull(ResultHandle resultHandle) An if statement.BytecodeCreatorImpl.ifNull(ResultHandle resultHandle) BytecodeCreator.ifReferencesEqual(ResultHandle ref1, ResultHandle ref2) An if statement.BytecodeCreatorImpl.ifReferencesEqual(ResultHandle ref1, ResultHandle ref2) BytecodeCreator.ifReferencesNotEqual(ResultHandle ref1, ResultHandle ref2) An if statement.BytecodeCreatorImpl.ifReferencesNotEqual(ResultHandle ref1, ResultHandle ref2) BytecodeCreator.ifTrue(ResultHandle resultHandle) An if statement.BytecodeCreatorImpl.ifTrue(ResultHandle resultHandle) private BranchResultBytecodeCreatorImpl.ifValue(ResultHandle resultHandle, int opcode, String opType) private BranchResultBytecodeCreatorImpl.ifValues(ResultHandle resultHandle1, ResultHandle resultHandle2, int opcode, String opType) BytecodeCreator.ifZero(ResultHandle resultHandle) An if statement.BytecodeCreatorImpl.ifZero(ResultHandle resultHandle) protected BranchResultForEachLoopImpl.result()protected abstract BranchResultLoopImpl.result()protected BranchResultWhileLoopImpl.result()Method parameters in io.quarkus.gizmo with type arguments of type BranchResultModifier and TypeMethodDescriptionBytecodeCreator.whileLoop(Function<BytecodeCreator, BranchResult> conditionFun) Create a new while loop statement.BytecodeCreatorImpl.whileLoop(Function<BytecodeCreator, BranchResult> conditionFun) Constructor parameters in io.quarkus.gizmo with type arguments of type BranchResultModifierConstructorDescription(package private)WhileLoopImpl(BytecodeCreatorImpl enclosing, Function<BytecodeCreator, BranchResult> conditionFun)