Class PropertyReference2Impl

All Implemented Interfaces:
Serializable, kotlin.Function, kotlin.jvm.functions.Function2, kotlin.reflect.KAnnotatedElement, kotlin.reflect.KCallable, kotlin.reflect.KProperty, kotlin.reflect.KProperty2

public class PropertyReference2Impl extends PropertyReference2
See Also:
  • Constructor Details

    • PropertyReference2Impl

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

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