Class AStoreInstruction

    • Constructor Detail

      • AStoreInstruction

        public AStoreInstruction​(int opcode,
                                 int offset,
                                 int varIndex)
        Constructs an AStoreInstruction.
        Parameters:
        opcode - The opcode of the instruction.
        offset - The bytecode offset of the instruction.
        varIndex - The index of the local variable to store.