public enum TypeAnnotationEntryValue extends Enum<TypeAnnotationEntryValue>
Modifier and Type | Method and Description |
---|---|
static TypeAnnotationEntryValue |
get(short value) |
TypeAnnotationEntryKind |
getKind() |
TypeAnnotationLocation |
getLocation() |
static TypeAnnotationEntryValue |
valueOf(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
public static TypeAnnotationEntryValue[] values()
for (TypeAnnotationEntryValue c : TypeAnnotationEntryValue.values()) System.out.println(c);
public static TypeAnnotationEntryValue 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 TypeAnnotationEntryKind getKind()
public TypeAnnotationLocation getLocation()
public static TypeAnnotationEntryValue get(short value)
Copyright © 2011-2021. All Rights Reserved.