Uses of Class
io.airlift.bytecode.BytecodeBlock
-
Packages that use BytecodeBlock Package Description io.airlift.bytecode io.airlift.bytecode.control -
-
Uses of BytecodeBlock in io.airlift.bytecode
Methods in io.airlift.bytecode with parameters of type BytecodeBlock Modifier and Type Method Description VariableScope. declareVariable(String variableName, BytecodeBlock block, BytecodeExpression initialValue)TBytecodeVisitor. visitBlock(BytecodeNode parent, BytecodeBlock block)VoidDumpBytecodeVisitor. visitBlock(BytecodeNode parent, BytecodeBlock block) -
Uses of BytecodeBlock in io.airlift.bytecode.control
Methods in io.airlift.bytecode.control that return BytecodeBlock Modifier and Type Method Description BytecodeBlockDoWhileLoop. body()BytecodeBlockForLoop. body()BytecodeBlockWhileLoop. body()BytecodeBlockDoWhileLoop. condition()BytecodeBlockForLoop. condition()BytecodeBlockIfStatement. condition()BytecodeBlockWhileLoop. condition()BytecodeBlockIfStatement. ifFalse()BytecodeBlockIfStatement. ifTrue()BytecodeBlockForLoop. initialize()BytecodeBlockForLoop. update()
-