package kotlin.annotation;

import kotlin.Metadata;

/* JADX WARN: Failed to restore enum class, 'enum' modifier and super class removed */
/* JADX WARN: Unknown enum class pattern. Please report as an issue! */
/* JADX INFO: loaded from: classes.dex */
@Metadata(d1 = {"\u0000\n\n\u0002\u0018\u0002\n\u0002\u0010\u0010\n\u0000\b\u0086\u0001\u0018\u00002\b\u0012\u0004\u0012\u00020\u00000\u0001¨\u0006\u0002"}, d2 = {"Lkotlin/annotation/AnnotationTarget;", "", "kotlin-stdlib"}, k = 1, mv = {1, 8, 0})
public final class AnnotationTarget {
    public static final AnnotationTarget Q;
    public static final AnnotationTarget R;
    public static final /* synthetic */ AnnotationTarget[] S;

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final AnnotationTarget f29190a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final AnnotationTarget f29191b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final AnnotationTarget f29192c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final AnnotationTarget f29193d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public static final AnnotationTarget f29194e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public static final AnnotationTarget f29195f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public static final AnnotationTarget f29196g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public static final AnnotationTarget f29197h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public static final AnnotationTarget f29198i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public static final AnnotationTarget f29199j;

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public static final AnnotationTarget f29200k;

    /* JADX INFO: renamed from: l, reason: collision with root package name */
    public static final AnnotationTarget f29201l;

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    public static final AnnotationTarget f29202m;

    static {
        AnnotationTarget annotationTarget = new AnnotationTarget("CLASS", 0);
        f29190a = annotationTarget;
        AnnotationTarget annotationTarget2 = new AnnotationTarget("ANNOTATION_CLASS", 1);
        f29191b = annotationTarget2;
        AnnotationTarget annotationTarget3 = new AnnotationTarget("TYPE_PARAMETER", 2);
        f29192c = annotationTarget3;
        AnnotationTarget annotationTarget4 = new AnnotationTarget("PROPERTY", 3);
        f29193d = annotationTarget4;
        AnnotationTarget annotationTarget5 = new AnnotationTarget("FIELD", 4);
        f29194e = annotationTarget5;
        AnnotationTarget annotationTarget6 = new AnnotationTarget("LOCAL_VARIABLE", 5);
        f29195f = annotationTarget6;
        AnnotationTarget annotationTarget7 = new AnnotationTarget("VALUE_PARAMETER", 6);
        f29196g = annotationTarget7;
        AnnotationTarget annotationTarget8 = new AnnotationTarget("CONSTRUCTOR", 7);
        f29197h = annotationTarget8;
        AnnotationTarget annotationTarget9 = new AnnotationTarget("FUNCTION", 8);
        f29198i = annotationTarget9;
        AnnotationTarget annotationTarget10 = new AnnotationTarget("PROPERTY_GETTER", 9);
        f29199j = annotationTarget10;
        AnnotationTarget annotationTarget11 = new AnnotationTarget("PROPERTY_SETTER", 10);
        f29200k = annotationTarget11;
        AnnotationTarget annotationTarget12 = new AnnotationTarget("TYPE", 11);
        f29201l = annotationTarget12;
        AnnotationTarget annotationTarget13 = new AnnotationTarget("EXPRESSION", 12);
        f29202m = annotationTarget13;
        AnnotationTarget annotationTarget14 = new AnnotationTarget("FILE", 13);
        Q = annotationTarget14;
        AnnotationTarget annotationTarget15 = new AnnotationTarget("TYPEALIAS", 14);
        R = annotationTarget15;
        S = new AnnotationTarget[]{annotationTarget, annotationTarget2, annotationTarget3, annotationTarget4, annotationTarget5, annotationTarget6, annotationTarget7, annotationTarget8, annotationTarget9, annotationTarget10, annotationTarget11, annotationTarget12, annotationTarget13, annotationTarget14, annotationTarget15};
    }

    public static AnnotationTarget valueOf(String str) {
        return (AnnotationTarget) Enum.valueOf(AnnotationTarget.class, str);
    }

    public static AnnotationTarget[] values() {
        return (AnnotationTarget[]) S.clone();
    }
}
