Package io.airlift.bytecode.control
Class WhileLoop
java.lang.Object
io.airlift.bytecode.control.WhileLoop
- 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)
-
Constructor Details
-
WhileLoop
public WhileLoop() -
WhileLoop
-
-
Method Details
-
getComment
- Specified by:
getCommentin interfaceFlowControl
-
getContinueLabel
-
getEndLabel
-
condition
-
condition
-
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
-