public static enum TypeAnnotationsReader.TargetInfo extends java.lang.Enum<TypeAnnotationsReader.TargetInfo>
| Enum Constant and Description |
|---|
catch_target |
empty_target |
formal_parameter_target |
localvar_target |
offset_target |
supertype_target |
throws_target |
type_argument_target |
type_parameter_bound_target |
type_parameter_target |
| Modifier and Type | Method and Description |
|---|---|
static TypeAnnotationsReader.TargetInfo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeAnnotationsReader.TargetInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeAnnotationsReader.TargetInfo type_parameter_target
public static final TypeAnnotationsReader.TargetInfo supertype_target
public static final TypeAnnotationsReader.TargetInfo type_parameter_bound_target
public static final TypeAnnotationsReader.TargetInfo empty_target
public static final TypeAnnotationsReader.TargetInfo formal_parameter_target
public static final TypeAnnotationsReader.TargetInfo throws_target
public static final TypeAnnotationsReader.TargetInfo localvar_target
public static final TypeAnnotationsReader.TargetInfo catch_target
public static final TypeAnnotationsReader.TargetInfo offset_target
public static final TypeAnnotationsReader.TargetInfo type_argument_target
public static TypeAnnotationsReader.TargetInfo[] values()
for (TypeAnnotationsReader.TargetInfo c : TypeAnnotationsReader.TargetInfo.values()) System.out.println(c);
public static TypeAnnotationsReader.TargetInfo 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 null