public class WhileLoop extends Object implements FlowControl
| Constructor and Description |
|---|
WhileLoop() |
WhileLoop(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() |
WhileLoop |
body(BytecodeNode node) |
BytecodeBlock |
condition() |
WhileLoop |
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 condition()
public WhileLoop condition(BytecodeNode node)
public BytecodeBlock body()
public WhileLoop body(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.