public static enum TypeAnnotationTypes.EPathKind extends Enum<TypeAnnotationTypes.EPathKind>
Enum Constant and Description |
---|
ARRAY |
INNER_TYPE |
TYPE_ARGUMENT |
WILDCARD |
Modifier and Type | Field and Description |
---|---|
static int |
maxLen |
Modifier and Type | Method and Description |
---|---|
String |
parseKey() |
int |
tag() |
static TypeAnnotationTypes.EPathKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeAnnotationTypes.EPathKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeAnnotationTypes.EPathKind ARRAY
public static final TypeAnnotationTypes.EPathKind INNER_TYPE
public static final TypeAnnotationTypes.EPathKind WILDCARD
public static final TypeAnnotationTypes.EPathKind TYPE_ARGUMENT
public static final int maxLen
public static TypeAnnotationTypes.EPathKind[] values()
for (TypeAnnotationTypes.EPathKind c : TypeAnnotationTypes.EPathKind.values()) System.out.println(c);
public static TypeAnnotationTypes.EPathKind valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int tag()
public String parseKey()
Copyright © 2021. All Rights Reserved.