Class MutablePropertyReference2Impl

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

public class MutablePropertyReference2Impl extends MutablePropertyReference2
See Also:
  • Constructor Details

    • MutablePropertyReference2Impl

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

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