Class FieldAccessor.ForParameterSetter

    • Constructor Detail

      • ForParameterSetter

        protected ForParameterSetter​(FieldAccessor.FieldLocation fieldLocation,
                                     Assigner assigner,
                                     Assigner.Typing typing,
                                     int index)
        Creates a new field accessor.
        Parameters:
        fieldLocation - The field's location.
        assigner - The assigner to use.
        typing - Indicates if dynamic type castings should be attempted for incompatible assignments.
        index - The targeted parameter index.