Package io.airlift.bytecode.control
Class IfStatement
java.lang.Object
io.airlift.bytecode.control.IfStatement
- 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) condition(BytecodeNode node) ifFalse()ifFalse(BytecodeNode node) ifTrue()ifTrue(BytecodeNode node)
-
Constructor Details
-
IfStatement
public IfStatement() -
IfStatement
-
-
Method Details
-
getComment
- Specified by:
getCommentin interfaceFlowControl
-
condition
-
condition
-
ifTrue
-
ifTrue
-
ifFalse
-
ifFalse
-
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
-