public static enum TypeAnnotationTypes.EPathKind extends java.lang.Enum<TypeAnnotationTypes.EPathKind>
Enum Constant and Description |
---|
ARRAY |
INNER_TYPE |
TYPE_ARGUMENT |
WILDCARD |
Modifier and Type | Method and Description |
---|---|
(package private) static TypeAnnotationTypes.EPathKind |
getPathKind(java.lang.String token) |
java.lang.String |
parseKey() |
int |
tag() |
static TypeAnnotationTypes.EPathKind |
valueOf(java.lang.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
private final int tag
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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int tag()
public java.lang.String parseKey()
static TypeAnnotationTypes.EPathKind getPathKind(java.lang.String token)