Uses of Class
io.airlift.bytecode.control.IfStatement
-
Packages that use IfStatement Package Description io.airlift.bytecode io.airlift.bytecode.control -
-
Uses of IfStatement in io.airlift.bytecode
Methods in io.airlift.bytecode with parameters of type IfStatement Modifier and Type Method Description TBytecodeVisitor. visitIf(BytecodeNode parent, IfStatement ifStatement)VoidDumpBytecodeVisitor. visitIf(BytecodeNode parent, IfStatement ifStatement) -
Uses of IfStatement in io.airlift.bytecode.control
Methods in io.airlift.bytecode.control that return IfStatement Modifier and Type Method Description IfStatementIfStatement. condition(BytecodeNode node)IfStatementIfStatement. ifFalse(BytecodeNode node)IfStatementIfStatement. ifTrue(BytecodeNode node)
-