package P6;

import d5.AbstractC0844a;

/* JADX INFO: loaded from: classes.dex */
public abstract class f extends b implements e, V6.a, A6.a {

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

    /* JADX INFO: renamed from: x, reason: collision with root package name */
    public final int f5528x;

    public f(int i, Class cls, String str, String str2, int i5) {
        this(i, a.f5516q, cls, str, str2, i5);
    }

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

    @Override // P6.e
    public final int e() {
        return this.f5527w;
    }

    public final boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof f) {
            f fVar = (f) obj;
            return this.f5520t.equals(fVar.f5520t) && this.f5521u.equals(fVar.f5521u) && this.f5528x == fVar.f5528x && this.f5527w == fVar.f5527w && g.a(this.f5518r, fVar.f5518r) && d().equals(fVar.d());
        }
        if (!(obj instanceof f)) {
            return false;
        }
        V6.a aVar = this.f5517q;
        if (aVar == null) {
            c();
            this.f5517q = this;
            aVar = this;
        }
        return obj.equals(aVar);
    }

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

    public final String toString() {
        V6.a aVar = this.f5517q;
        if (aVar == null) {
            c();
            this.f5517q = this;
            aVar = this;
        }
        if (aVar != this) {
            return aVar.toString();
        }
        String str = this.f5520t;
        return "<init>".equals(str) ? "constructor (Kotlin reflection is not available)" : I1.a.p("function ", str, " (Kotlin reflection is not available)");
    }

    public f(int i, Object obj, Class cls, String str, String str2, int i5) {
        super(obj, cls, str, str2, (i5 & 1) == 1);
        this.f5527w = i;
        this.f5528x = 0;
    }
}
