package f.z.d;

import java.io.Serializable;

/* JADX INFO: compiled from: CallableReference.java */
/* JADX INFO: loaded from: classes.dex */
public abstract class c implements f.c0.a, Serializable {

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public static final Object f3986k = a.f3993b;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private transient f.c0.a f3987b;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    protected final Object f3988f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    private final Class f3989g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    private final String f3990h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    private final String f3991i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    private final boolean f3992j;

    /* JADX INFO: compiled from: CallableReference.java */
    private static class a implements Serializable {

        /* JADX INFO: renamed from: b, reason: collision with root package name */
        private static final a f3993b = new a();

        private a() {
        }
    }

    public c() {
        this(f3986k);
    }

    @Override // f.c0.a
    public Object b(Object... objArr) {
        return j().b(objArr);
    }

    public f.c0.a e() {
        f.c0.a aVar = this.f3987b;
        if (aVar != null) {
            return aVar;
        }
        f.c0.a aVarF = f();
        this.f3987b = aVarF;
        return aVarF;
    }

    protected abstract f.c0.a f();

    public Object g() {
        return this.f3988f;
    }

    public String h() {
        return this.f3990h;
    }

    public f.c0.c i() {
        Class cls = this.f3989g;
        if (cls == null) {
            return null;
        }
        return this.f3992j ? v.c(cls) : v.b(cls);
    }

    protected f.c0.a j() {
        f.c0.a aVarE = e();
        if (aVarE != this) {
            return aVarE;
        }
        throw new f.z.b();
    }

    public String k() {
        return this.f3991i;
    }

    protected c(Object obj) {
        this(obj, null, null, null, false);
    }

    protected c(Object obj, Class cls, String str, String str2, boolean z) {
        this.f3988f = obj;
        this.f3989g = cls;
        this.f3990h = str;
        this.f3991i = str2;
        this.f3992j = z;
    }
}
