package j.p0.d;

/* JADX INFO: compiled from: PropertyReference.java */
/* JADX INFO: loaded from: classes.dex */
public abstract class z extends e implements j.s0.i {
    public z() {
    }

    public boolean equals(Object obj) {
        if (obj == this) {
            return true;
        }
        if (obj instanceof z) {
            z zVar = (z) obj;
            return getOwner().equals(zVar.getOwner()) && getName().equals(zVar.getName()) && getSignature().equals(zVar.getSignature()) && r.a(getBoundReceiver(), zVar.getBoundReceiver());
        }
        if (obj instanceof j.s0.i) {
            return obj.equals(compute());
        }
        return false;
    }

    public int hashCode() {
        return (((getOwner().hashCode() * 31) + getName().hashCode()) * 31) + getSignature().hashCode();
    }

    @Override // j.s0.i
    public boolean isConst() {
        return getReflected().isConst();
    }

    @Override // j.s0.i
    public boolean isLateinit() {
        return getReflected().isLateinit();
    }

    public String toString() {
        j.s0.b bVarCompute = compute();
        if (bVarCompute != this) {
            return bVarCompute.toString();
        }
        return "property " + getName() + " (Kotlin reflection is not available)";
    }

    public z(Object obj) {
        super(obj);
    }

    /* JADX INFO: Access modifiers changed from: protected */
    @Override // j.p0.d.e
    public j.s0.i getReflected() {
        return (j.s0.i) super.getReflected();
    }

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