package e7;

import d5.AbstractC0844a;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class i extends P6.b implements O6.a, V6.a {

    /* JADX INFO: renamed from: w, reason: collision with root package name */
    public final boolean f12557w;

    public i(Object obj, Class cls, String str, String str2, int i) {
        super(obj, cls, str, str2, (i & 1) == 1);
        this.f12557w = false;
    }

    @Override // O6.a
    public final Object a() {
        return this.f5518r.getClass().getSimpleName();
    }

    @Override // P6.b
    public final V6.a c() {
        P6.n.f5536a.getClass();
        return this;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof i) {
            i iVar = (i) obj;
            return d().equals(iVar.d()) && this.f5520t.equals(iVar.f5520t) && this.f5521u.equals(iVar.f5521u) && P6.g.a(this.f5518r, iVar.f5518r);
        }
        if (obj instanceof i) {
            return obj.equals(f());
        }
        return false;
    }

    public final V6.a f() {
        if (this.f12557w) {
            return this;
        }
        V6.a aVar = this.f5517q;
        if (aVar != null) {
            return aVar;
        }
        c();
        this.f5517q = this;
        return this;
    }

    public final int hashCode() {
        return this.f5521u.hashCode() + AbstractC0844a.g(d().hashCode() * 31, 31, this.f5520t);
    }

    public final String toString() {
        V6.a aVarF = f();
        return aVarF != this ? aVarF.toString() : I1.a.r(new StringBuilder("property "), this.f5520t, " (Kotlin reflection is not available)");
    }
}
