package g.e.b.g0;

import java.lang.reflect.Type;
import java.util.List;
import java.util.Map;

/* JADX INFO: loaded from: classes.dex */
public final class l {
    public final Map<Type, g.e.b.k<?>> a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final boolean f4130b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final List<g.e.b.z> f4131c;

    /* JADX INFO: Add missing generic type declarations: [T] */
    public class a<T> implements x<T> {
        public final /* synthetic */ g.e.b.k a;

        /* JADX INFO: renamed from: b, reason: collision with root package name */
        public final /* synthetic */ Type f4132b;

        public a(l lVar, g.e.b.k kVar, Type type) {
            this.a = kVar;
            this.f4132b = type;
        }

        @Override // g.e.b.g0.x
        public T a() {
            return (T) this.a.a(this.f4132b);
        }
    }

    /* JADX INFO: Add missing generic type declarations: [T] */
    public class b<T> implements x<T> {
        public final /* synthetic */ g.e.b.k a;

        /* JADX INFO: renamed from: b, reason: collision with root package name */
        public final /* synthetic */ Type f4133b;

        public b(l lVar, g.e.b.k kVar, Type type) {
            this.a = kVar;
            this.f4133b = type;
        }

        @Override // g.e.b.g0.x
        public T a() {
            return (T) this.a.a(this.f4133b);
        }
    }

    /* JADX INFO: Add missing generic type declarations: [T] */
    public class c<T> implements x<T> {
        public final /* synthetic */ String a;

        public c(l lVar, String str) {
            this.a = str;
        }

        @Override // g.e.b.g0.x
        public T a() {
            throw new g.e.b.p(this.a);
        }
    }

    /* JADX INFO: Add missing generic type declarations: [T] */
    public class d<T> implements x<T> {
        public final /* synthetic */ String a;

        public d(l lVar, String str) {
            this.a = str;
        }

        @Override // g.e.b.g0.x
        public T a() {
            throw new g.e.b.p(this.a);
        }
    }

    public l(Map<Type, g.e.b.k<?>> map, boolean z2, List<g.e.b.z> list) {
        this.a = map;
        this.f4130b = z2;
        this.f4131c = list;
    }

    /* JADX WARN: Removed duplicated region for block: B:48:0x0105  */
    /* JADX WARN: Removed duplicated region for block: B:80:0x01a3  */
    /*
        Code decompiled incorrectly, please refer to instructions dump.
        To view partially-correct add '--show-bad-code' argument
    */
    public <T> g.e.b.g0.x<T> a(g.e.b.h0.a<T> r13) {
        /*
            Method dump skipped, instruction units count: 505
            To view this dump add '--comments-level debug' option
        */
        throw new UnsupportedOperationException("Method not decompiled: g.e.b.g0.l.a(g.e.b.h0.a):g.e.b.g0.x");
    }

    public String toString() {
        return this.a.toString();
    }
}
