Interface ArrayFactory.ArrayCreator

    • Field Detail

      • ARRAY_CREATION_SIZE_CHANGE

        static final StackManipulation.Size ARRAY_CREATION_SIZE_CHANGE
        The creation of an array consumes one slot on the operand stack and adds a new value to it. Therefore, the operand stack's size is not altered.
    • Method Detail

      • getStorageOpcode

        int getStorageOpcode()
        The opcode instruction for storing a value of the component type inside an array.
        Returns:
        The correct storage opcode for the represented type.