|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WhenCallback
Used with InstructionBuilder.when(Condition, WhenCallback)
.
Method Summary | |
---|---|
void |
ifFalse(InstructionBuilder builder)
Generates code for when the condition is false. |
void |
ifTrue(InstructionBuilder builder)
Generates code for when the condition is true. |
Method Detail |
---|
void ifTrue(InstructionBuilder builder)
void ifFalse(InstructionBuilder builder)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |