Package | Description |
---|---|
org.benf.cfr.reader.entities.annotations | |
org.benf.cfr.reader.entities.attributes |
Modifier and Type | Method and Description |
---|---|
TypeAnnotationEntryKind |
AnnotationTableTypeEntry.getKind() |
Modifier and Type | Field and Description |
---|---|
private TypeAnnotationEntryKind |
TypeAnnotationEntryValue.type_parameter_target |
Modifier and Type | Method and Description |
---|---|
TypeAnnotationEntryKind |
TypeAnnotationEntryValue.getKind() |
static TypeAnnotationEntryKind |
TypeAnnotationEntryKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeAnnotationEntryKind[] |
TypeAnnotationEntryKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static Pair<java.lang.Long,TypeAnnotationTargetInfo> |
AnnotationHelpers.readTypeAnnotationTargetInfo(TypeAnnotationEntryKind kind,
ByteData raw,
long offset) |
Constructor and Description |
---|
TypeAnnotationEntryValue(int value,
TypeAnnotationEntryKind type_parameter_target,
TypeAnnotationLocation location) |