Class MutablePropertyReference1Impl

All Implemented Interfaces:
Serializable, kotlin.Function, kotlin.jvm.functions.Function1, kotlin.reflect.KAnnotatedElement, kotlin.reflect.KCallable, kotlin.reflect.KMutableProperty, kotlin.reflect.KMutableProperty1, kotlin.reflect.KProperty, kotlin.reflect.KProperty1

public class MutablePropertyReference1Impl extends MutablePropertyReference1
See Also:
  • Constructor Details

    • MutablePropertyReference1Impl

      public MutablePropertyReference1Impl(kotlin.reflect.KDeclarationContainer owner, String name, String signature)
    • MutablePropertyReference1Impl

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

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