package e4;

import com.google.protobuf.InterfaceC1334u0;

/* JADX INFO: loaded from: classes3.dex */
public final class t0 extends com.google.protobuf.L implements InterfaceC1334u0 {
    private static final t0 DEFAULT_INSTANCE;
    public static final int FIELD_FIELD_NUMBER = 2;
    public static final int OP_FIELD_NUMBER = 1;
    private static volatile com.google.protobuf.B0 PARSER;
    private int op_;
    private int operandTypeCase_ = 0;
    private Object operandType_;

    static {
        t0 t0Var = new t0();
        DEFAULT_INSTANCE = t0Var;
        com.google.protobuf.L.registerDefaultInstance(t0.class, t0Var);
    }

    public static void f(t0 t0Var, s0 s0Var) {
        t0Var.getClass();
        t0Var.op_ = s0Var.getNumber();
    }

    public static void g(t0 t0Var, C1990k0 c1990k0) {
        t0Var.getClass();
        c1990k0.getClass();
        t0Var.operandType_ = c1990k0;
        t0Var.operandTypeCase_ = 2;
    }

    public static t0 h() {
        return DEFAULT_INSTANCE;
    }

    public static r0 k() {
        return (r0) DEFAULT_INSTANCE.createBuilder();
    }

    @Override // com.google.protobuf.L
    public final Object dynamicMethod(com.google.protobuf.K k6, Object obj, Object obj2) {
        com.google.protobuf.B0 h5;
        switch (k6.ordinal()) {
            case 0:
                return (byte) 1;
            case 1:
                return null;
            case 2:
                return com.google.protobuf.L.newMessageInfo(DEFAULT_INSTANCE, "\u0000\u0002\u0001\u0000\u0001\u0002\u0002\u0000\u0000\u0000\u0001\f\u0002<\u0000", new Object[]{"operandType_", "operandTypeCase_", "op_", C1990k0.class});
            case 3:
                return new t0();
            case 4:
                return new r0(DEFAULT_INSTANCE);
            case 5:
                return DEFAULT_INSTANCE;
            case 6:
                com.google.protobuf.B0 b02 = PARSER;
                if (b02 != null) {
                    return b02;
                }
                synchronized (t0.class) {
                    try {
                        h5 = PARSER;
                        if (h5 == null) {
                            h5 = new com.google.protobuf.H(DEFAULT_INSTANCE);
                            PARSER = h5;
                        }
                    } catch (Throwable th) {
                        throw th;
                    }
                    break;
                }
                return h5;
            default:
                throw new UnsupportedOperationException();
        }
    }

    public final C1990k0 i() {
        return this.operandTypeCase_ == 2 ? (C1990k0) this.operandType_ : C1990k0.g();
    }

    public final s0 j() {
        int i6 = this.op_;
        s0 s0Var = i6 != 0 ? i6 != 2 ? i6 != 3 ? i6 != 4 ? i6 != 5 ? null : s0.IS_NOT_NULL : s0.IS_NOT_NAN : s0.IS_NULL : s0.IS_NAN : s0.OPERATOR_UNSPECIFIED;
        return s0Var == null ? s0.UNRECOGNIZED : s0Var;
    }
}
