public class DoWhileLoop extends Object implements FlowControl
| Constructor and Description |
|---|
DoWhileLoop() |
DoWhileLoop(String format,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
void |
accept(org.objectweb.asm.MethodVisitor visitor,
MethodGenerationContext generationContext) |
BytecodeBlock |
body() |
DoWhileLoop |
body(BytecodeNode node) |
BytecodeBlock |
condition() |
DoWhileLoop |
condition(BytecodeNode node) |
List<BytecodeNode> |
getChildNodes() |
String |
getComment() |
LabelNode |
getContinueLabel() |
LabelNode |
getEndLabel() |
public String getComment()
getComment in interface FlowControlpublic LabelNode getContinueLabel()
public LabelNode getEndLabel()
public BytecodeBlock body()
public DoWhileLoop body(BytecodeNode node)
public BytecodeBlock condition()
public DoWhileLoop condition(BytecodeNode node)
public void accept(org.objectweb.asm.MethodVisitor visitor,
MethodGenerationContext generationContext)
accept in interface BytecodeNodepublic List<BytecodeNode> getChildNodes()
getChildNodes in interface BytecodeNodepublic <T> T accept(BytecodeNode parent, BytecodeVisitor<T> visitor)
accept in interface BytecodeNodeCopyright © 2012–2023. All rights reserved.