Class MutablePropertyReference2

All Implemented Interfaces:
Serializable, kotlin.Function, kotlin.jvm.functions.Function2, kotlin.reflect.KAnnotatedElement, kotlin.reflect.KCallable, kotlin.reflect.KMutableProperty, kotlin.reflect.KMutableProperty2, kotlin.reflect.KProperty, kotlin.reflect.KProperty2
Direct Known Subclasses:
MutablePropertyReference2Impl

public abstract class MutablePropertyReference2 extends MutablePropertyReference implements kotlin.reflect.KMutableProperty2
See Also:
  • Constructor Details

    • MutablePropertyReference2

      public MutablePropertyReference2()
    • MutablePropertyReference2

      @SinceKotlin(version="1.4") public MutablePropertyReference2(Class owner, String name, String signature, int flags)
  • Method Details

    • computeReflected

      protected kotlin.reflect.KCallable computeReflected()
      Specified by:
      computeReflected in class CallableReference
    • invoke

      public Object invoke(Object receiver1, Object receiver2)
      Specified by:
      invoke in interface kotlin.jvm.functions.Function2
    • getGetter

      public kotlin.reflect.KProperty2.Getter getGetter()
      Specified by:
      getGetter in interface kotlin.reflect.KProperty
      Specified by:
      getGetter in interface kotlin.reflect.KProperty2
    • getSetter

      public kotlin.reflect.KMutableProperty2.Setter getSetter()
      Specified by:
      getSetter in interface kotlin.reflect.KMutableProperty
      Specified by:
      getSetter in interface kotlin.reflect.KMutableProperty2
    • getDelegate

      @SinceKotlin(version="1.1") public Object getDelegate(Object receiver1, Object receiver2)
      Specified by:
      getDelegate in interface kotlin.reflect.KProperty2