public interface WhileCallback
InstructionBuilder.doWhile(Condition, WhileCallback)
.Modifier and Type | Method and Description |
---|---|
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. |
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)
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.