Uses of Class
io.airlift.bytecode.control.IfStatement
Packages that use IfStatement
-
Uses of IfStatement in io.airlift.bytecode
Methods in io.airlift.bytecode with parameters of type IfStatementModifier and TypeMethodDescriptionBytecodeVisitor.visitIf(BytecodeNode parent, IfStatement ifStatement) DumpBytecodeVisitor.visitIf(BytecodeNode parent, IfStatement ifStatement) -
Uses of IfStatement in io.airlift.bytecode.control
Methods in io.airlift.bytecode.control that return IfStatementModifier and TypeMethodDescriptionIfStatement.condition(BytecodeNode node) IfStatement.ifFalse(BytecodeNode node) IfStatement.ifTrue(BytecodeNode node)