Package io.quarkus.gizmo
Interface BranchResult
-
- All Known Implementing Classes:
BranchResultImpl
public interface BranchResultUse to construct the various branches of an if statement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BytecodeCreatorfalseBranch()BytecodeCreatortrueBranch()
-
-
-
Method Detail
-
trueBranch
BytecodeCreator trueBranch()
- Returns:
- A
BytecodeCreatorthat is used to construct the true branch
-
falseBranch
BytecodeCreator falseBranch()
- Returns:
- A
BytecodeCreatorthat is used to construct the false branch
-
-