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