public class DexBackedAnnotationElement extends BaseAnnotationElement
| Modifier and Type | Field and Description |
|---|---|
int |
nameIndex |
EncodedValue |
value |
BY_NAME| Constructor and Description |
|---|
DexBackedAnnotationElement(DexBackedDexFile dexFile,
DexReader reader) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Gets the name of the element.
|
EncodedValue |
getValue()
Gets the value of the element.
|
compareTo, equals, hashCodepublic final int nameIndex
@Nonnull public final EncodedValue value
public DexBackedAnnotationElement(@Nonnull
DexBackedDexFile dexFile,
@Nonnull
DexReader reader)
@Nonnull public java.lang.String getName()
AnnotationElement@Nonnull public EncodedValue getValue()
AnnotationElement