public static enum TypeAnnotationTypes.ETargetInfo extends Enum<TypeAnnotationTypes.ETargetInfo>
Enum Constant and Description |
---|
CATCH |
EMPTY |
EXCEPTION |
LOCALVAR |
METHODPARAM |
OFFSET |
SUPERTYPE |
TYPEARG |
TYPEPARAM |
TYPEPARAM_BOUND |
Modifier and Type | Method and Description |
---|---|
String |
parseKey() |
String |
printValue() |
static TypeAnnotationTypes.ETargetInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeAnnotationTypes.ETargetInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeAnnotationTypes.ETargetInfo TYPEPARAM
public static final TypeAnnotationTypes.ETargetInfo SUPERTYPE
public static final TypeAnnotationTypes.ETargetInfo TYPEPARAM_BOUND
public static final TypeAnnotationTypes.ETargetInfo EMPTY
public static final TypeAnnotationTypes.ETargetInfo METHODPARAM
public static final TypeAnnotationTypes.ETargetInfo EXCEPTION
public static final TypeAnnotationTypes.ETargetInfo LOCALVAR
public static final TypeAnnotationTypes.ETargetInfo CATCH
public static final TypeAnnotationTypes.ETargetInfo OFFSET
public static final TypeAnnotationTypes.ETargetInfo TYPEARG
public static TypeAnnotationTypes.ETargetInfo[] values()
for (TypeAnnotationTypes.ETargetInfo c : TypeAnnotationTypes.ETargetInfo.values()) System.out.println(c);
public static TypeAnnotationTypes.ETargetInfo 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 String parseKey()
public String printValue()
Copyright © 2021. All Rights Reserved.