Class FieldAccess.AccessDispatcher.FieldGetInstruction

    • Constructor Detail

      • FieldGetInstruction

        protected FieldGetInstruction()
    • Method Detail

      • getOpcode

        protected int getOpcode()
        Returns the opcode for implementing the field access.
        Returns:
        The opcode for implementing the field access.
      • resolveSize

        protected StackManipulation.Size resolveSize​(StackSize fieldSize)
        Resolves the actual size of this field access operation.
        Parameters:
        fieldSize - The size of the accessed field.
        Returns:
        The size of the field access operation based on the field's size.