package d.n0.c;

import java.io.Serializable;

/* JADX INFO: compiled from: CallableReference.java */
/* JADX INFO: loaded from: classes.dex */
public abstract class g implements d.q0.a, Serializable {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final Object f2628c = a.f2633c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    private transient d.q0.a f2629d;

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

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

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    private final String f2632g;
    private final String h;
    private final boolean i;

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

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

        private a() {
        }
    }

    protected g(Object obj, Class cls, String str, String str2, boolean z) {
        this.f2630e = obj;
        this.f2631f = cls;
        this.f2632g = str;
        this.h = str2;
        this.i = z;
    }

    public d.q0.a c() {
        d.q0.a aVar = this.f2629d;
        if (aVar != null) {
            return aVar;
        }
        d.q0.a aVarF = f();
        this.f2629d = aVarF;
        return aVarF;
    }

    protected abstract d.q0.a f();

    public Object h() {
        return this.f2630e;
    }

    public String i() {
        return this.f2632g;
    }

    public d.q0.c j() {
        Class cls = this.f2631f;
        if (cls == null) {
            return null;
        }
        return this.i ? x.c(cls) : x.b(cls);
    }

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