Package io.airlift.bytecode.control
Class ForLoop
java.lang.Object
io.airlift.bytecode.control.ForLoop
- All Implemented Interfaces:
BytecodeNode,FlowControl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(BytecodeNode parent, BytecodeVisitor<T> visitor) voidaccept(org.objectweb.asm.MethodVisitor visitor, MethodGenerationContext generationContext) body()body(BytecodeNode node) condition(BytecodeNode node) initialize(BytecodeNode node) update()update(BytecodeNode node)
-
Constructor Details
-
ForLoop
public ForLoop() -
ForLoop
-
-
Method Details
-
getComment
- Specified by:
getCommentin interfaceFlowControl
-
getContinueLabel
-
getEndLabel
-
initialize
-
initialize
-
condition
-
condition
-
update
-
update
-
body
-
body
-
accept
public void accept(org.objectweb.asm.MethodVisitor visitor, MethodGenerationContext generationContext) - Specified by:
acceptin interfaceBytecodeNode
-
getChildNodes
- Specified by:
getChildNodesin interfaceBytecodeNode
-
accept
- Specified by:
acceptin interfaceBytecodeNode
-