public enum TypeAnnotationEntryValue extends java.lang.Enum<TypeAnnotationEntryValue>
Modifier and Type | Field and Description |
---|---|
private TypeAnnotationLocation |
location |
private static java.util.Map<java.lang.Short,TypeAnnotationEntryValue> |
lut |
private TypeAnnotationEntryKind |
type_parameter_target |
private short |
value |
Modifier and Type | Method and Description |
---|---|
static TypeAnnotationEntryValue |
get(short value) |
TypeAnnotationEntryKind |
getKind() |
TypeAnnotationLocation |
getLocation() |
static TypeAnnotationEntryValue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeAnnotationEntryValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeAnnotationEntryValue type_generic_class_interface
public static final TypeAnnotationEntryValue type_generic_method_constructor
public static final TypeAnnotationEntryValue type_extends_implements
public static final TypeAnnotationEntryValue type_type_parameter_class_interface
public static final TypeAnnotationEntryValue type_type_parameter_method_constructor
public static final TypeAnnotationEntryValue type_field
public static final TypeAnnotationEntryValue type_ret_or_new
public static final TypeAnnotationEntryValue type_receiver
public static final TypeAnnotationEntryValue type_formal
public static final TypeAnnotationEntryValue type_throws
public static final TypeAnnotationEntryValue type_localvar
public static final TypeAnnotationEntryValue type_resourcevar
public static final TypeAnnotationEntryValue type_exceptionparameter
public static final TypeAnnotationEntryValue type_instanceof
public static final TypeAnnotationEntryValue type_new
public static final TypeAnnotationEntryValue type_methodrefnew
public static final TypeAnnotationEntryValue type_methodrefident
public static final TypeAnnotationEntryValue type_cast
public static final TypeAnnotationEntryValue type_generic_cons_new
public static final TypeAnnotationEntryValue type_generic_methodinvoke
public static final TypeAnnotationEntryValue type_generic_cons_methodrefnew
public static final TypeAnnotationEntryValue type_generic_methodrefident
private short value
private TypeAnnotationEntryKind type_parameter_target
private TypeAnnotationLocation location
private static final java.util.Map<java.lang.Short,TypeAnnotationEntryValue> lut
public static TypeAnnotationEntryValue[] values()
for (TypeAnnotationEntryValue c : TypeAnnotationEntryValue.values()) System.out.println(c);
public static TypeAnnotationEntryValue 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 TypeAnnotationEntryKind getKind()
public TypeAnnotationLocation getLocation()
public static TypeAnnotationEntryValue get(short value)