Class AbstractInstruction.BoundIncrementInstruction

All Implemented Interfaces:
ClassFileElement, CodeElement, Instruction, IncrementInstruction
Enclosing class:
AbstractInstruction

public static final class AbstractInstruction.BoundIncrementInstruction extends AbstractInstruction.BoundInstruction implements IncrementInstruction
  • Constructor Details

    • BoundIncrementInstruction

      public BoundIncrementInstruction(Opcode op, CodeImpl code, int pos)
  • Method Details