Class VariableInstruction

java.lang.Object
io.airlift.bytecode.instruction.VariableInstruction
All Implemented Interfaces:
BytecodeNode, InstructionNode
Direct Known Subclasses:
VariableInstruction.IncrementVariableInstruction, VariableInstruction.LoadVariableInstruction, VariableInstruction.StoreVariableInstruction

public abstract class VariableInstruction extends Object implements InstructionNode