Class AbstractInstruction.BoundLoadInstruction

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

public static final class AbstractInstruction.BoundLoadInstruction extends AbstractInstruction.BoundInstruction implements LoadInstruction
  • Constructor Details

    • BoundLoadInstruction

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

    • typeKind

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

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

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