package e.s.c;

/* JADX INFO: loaded from: classes.dex */
public abstract class p extends c implements e.u.f {
    public p() {
    }

    public p(Object obj, Class cls, String str, String str2, int i2) {
        super(obj, cls, str, str2, (i2 & 1) == 1);
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof p) {
            p pVar = (p) obj;
            return i().equals(pVar.i()) && this.f6017e.equals(pVar.f6017e) && this.f6018f.equals(pVar.f6018f) && k.a(this.f6015c, pVar.f6015c);
        }
        if (obj instanceof e.u.f) {
            return obj.equals(g());
        }
        return false;
    }

    public int hashCode() {
        return this.f6018f.hashCode() + a.b.c.a.a.G(this.f6017e, i().hashCode() * 31, 31);
    }

    public String toString() {
        e.u.a aVarG = g();
        return aVarG != this ? aVarG.toString() : a.b.c.a.a.u(a.b.c.a.a.C("property "), this.f6017e, " (Kotlin reflection is not available)");
    }
}
