Class PropertyReference0Impl

All Implemented Interfaces:
Serializable, kotlin.Function, kotlin.jvm.functions.Function0, kotlin.reflect.KAnnotatedElement, kotlin.reflect.KCallable, kotlin.reflect.KProperty, kotlin.reflect.KProperty0

public class PropertyReference0Impl extends PropertyReference0
See Also:
  • Constructor Details

    • PropertyReference0Impl

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

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

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