Class AbstractInstruction.BoundStoreInstruction

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

public static final class AbstractInstruction.BoundStoreInstruction extends AbstractInstruction.BoundInstruction implements StoreInstruction
  • Constructor Details

    • BoundStoreInstruction

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

    • typeKind

      public TypeKind typeKind()
      Description copied from interface: StoreInstruction
      Returns the type of the value to be stored.
      Specified by:
      typeKind in interface StoreInstruction
      Returns:
      the type of the value to be stored
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • slot

      public int slot()
      Description copied from interface: StoreInstruction
      Returns the local variable slot to store to.
      Specified by:
      slot in interface StoreInstruction
      Returns:
      the local variable slot to store to