public interface WhenCallback
Modifier and Type | Method and Description |
---|---|
void |
ifFalse(InstructionBuilder builder)
Generates code for when the condition is false.
|
void |
ifTrue(InstructionBuilder builder)
Generates code for when the condition is true.
|
void ifTrue(InstructionBuilder builder)
void ifFalse(InstructionBuilder builder)
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.