Package io.airlift.bytecode.instruction
Class VariableInstruction.IncrementVariableInstruction
java.lang.Object
io.airlift.bytecode.instruction.VariableInstruction
io.airlift.bytecode.instruction.VariableInstruction.IncrementVariableInstruction
- All Implemented Interfaces:
BytecodeNode,InstructionNode
- Enclosing class:
- VariableInstruction
-
Nested Class Summary
Nested classes/interfaces inherited from class io.airlift.bytecode.instruction.VariableInstruction
VariableInstruction.IncrementVariableInstruction, VariableInstruction.LoadVariableInstruction, VariableInstruction.StoreVariableInstruction -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(BytecodeNode parent, BytecodeVisitor<T> visitor) voidaccept(org.objectweb.asm.MethodVisitor visitor, MethodGenerationContext generationContext) byteMethods inherited from class io.airlift.bytecode.instruction.VariableInstruction
getChildNodes, getVariable, incrementVariable, loadVariable, storeVariable, toString
-
Constructor Details
-
IncrementVariableInstruction
-
-
Method Details
-
getIncrement
public byte getIncrement() -
accept
public void accept(org.objectweb.asm.MethodVisitor visitor, MethodGenerationContext generationContext) -
accept
- Specified by:
acceptin interfaceBytecodeNode- Overrides:
acceptin classVariableInstruction
-