Class StoreToArrayHandler

  • All Implemented Interfaces:
    InstructionHandler

    public final class StoreToArrayHandler
    extends Object
    implements InstructionHandler
    Store to array instruction handler. Store a reference in an array Opcodes: aastore Stack [before]->[after]: "arrayref, index, value →"
    Since:
    0.1
    • Constructor Detail

      • StoreToArrayHandler

        public StoreToArrayHandler()