package m5;

import l5.AbstractC2458c;

/* JADX INFO: loaded from: classes3.dex */
public final class n extends AbstractC2565a {

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final l5.m f21256f;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public n(AbstractC2458c json, l5.m value, String str) {
        super(json, str);
        kotlin.jvm.internal.o.h(json, "json");
        kotlin.jvm.internal.o.h(value, "value");
        this.f21256f = value;
        this.f21236a.add("primitive");
    }

    @Override // m5.AbstractC2565a
    public final l5.m T() {
        return this.f21256f;
    }

    @Override // j5.a
    public final int k(i5.g descriptor) {
        kotlin.jvm.internal.o.h(descriptor, "descriptor");
        return 0;
    }

    @Override // m5.AbstractC2565a
    public final l5.m o(String tag) {
        kotlin.jvm.internal.o.h(tag, "tag");
        if (tag == "primitive") {
            return this.f21256f;
        }
        throw new IllegalArgumentException("This input can only handle primitives with 'primitive' tag");
    }
}
