Uses of Class
io.airlift.bytecode.instruction.VariableInstruction.LoadVariableInstruction
-
Packages that use VariableInstruction.LoadVariableInstruction Package Description io.airlift.bytecode -
-
Uses of VariableInstruction.LoadVariableInstruction in io.airlift.bytecode
Methods in io.airlift.bytecode with parameters of type VariableInstruction.LoadVariableInstruction Modifier and Type Method Description TBytecodeVisitor. visitLoadVariable(BytecodeNode parent, VariableInstruction.LoadVariableInstruction loadVariableInstruction)VoidDumpBytecodeVisitor. visitLoadVariable(BytecodeNode parent, VariableInstruction.LoadVariableInstruction loadVariableInstruction)
-