Package io.quarkus.gizmo
Interface BranchResult
- All Known Implementing Classes:
BranchResultImpl
public interface BranchResult
Use to construct the various branches of an if statement.
-
Method Summary
-
Method Details
-
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
-