Class MutablePropertyReference0

All Implemented Interfaces:
Serializable, kotlin.Function, kotlin.jvm.functions.Function0, kotlin.reflect.KAnnotatedElement, kotlin.reflect.KCallable, kotlin.reflect.KMutableProperty, kotlin.reflect.KMutableProperty0, kotlin.reflect.KProperty, kotlin.reflect.KProperty0
Direct Known Subclasses:
MutablePropertyReference0Impl

public abstract class MutablePropertyReference0 extends MutablePropertyReference implements kotlin.reflect.KMutableProperty0
See Also:
  • Constructor Details

    • MutablePropertyReference0

      public MutablePropertyReference0()
    • MutablePropertyReference0

      @SinceKotlin(version="1.1") public MutablePropertyReference0(Object receiver)
    • MutablePropertyReference0

      @SinceKotlin(version="1.4") public MutablePropertyReference0(Object receiver, 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()
      Specified by:
      invoke in interface kotlin.jvm.functions.Function0
    • getGetter

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

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

      @SinceKotlin(version="1.1") public Object getDelegate()
      Specified by:
      getDelegate in interface kotlin.reflect.KProperty0