Class PropertyReference1Impl

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

public class PropertyReference1Impl extends PropertyReference1
See Also:
  • Constructor Details

    • PropertyReference1Impl

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

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

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