|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WhileCallback
Callback used with InstructionBuilder.doWhile(Condition, WhileCallback).
| Method Summary | |
|---|---|
void |
buildBody(InstructionBuilder builder)
Provides the main code executed inside the loop. |
void |
buildTest(InstructionBuilder builder)
Creates the code to be evaluated by the Condition; often this involves
loading a value from a variable or argument, or InstructionBuilder.dupe()'ing the
top value on the stack. |
| Method Detail |
|---|
void buildTest(InstructionBuilder builder)
Condition; often this involves
loading a value from a variable or argument, or InstructionBuilder.dupe()'ing the
top value on the stack.
void buildBody(InstructionBuilder builder)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||