| Package | Description |
|---|---|
| org.benf.cfr.reader.entities.attributes |
| Modifier and Type | Field and Description |
|---|---|
private TypeAnnotationLocation |
TypeAnnotationEntryValue.location |
| Modifier and Type | Method and Description |
|---|---|
TypeAnnotationLocation |
TypeAnnotationEntryValue.getLocation() |
static TypeAnnotationLocation |
TypeAnnotationLocation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeAnnotationLocation[] |
TypeAnnotationLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TypeAnnotationEntryValue(int value,
TypeAnnotationEntryKind type_parameter_target,
TypeAnnotationLocation location) |