Package org.jf.dexlib2.dexbacked
Class DexBackedAnnotationElement
java.lang.Object
org.jf.dexlib2.base.BaseAnnotationElement
org.jf.dexlib2.dexbacked.DexBackedAnnotationElement
- All Implemented Interfaces:
Comparable<AnnotationElement>,AnnotationElement
-
Field Summary
FieldsFields inherited from class org.jf.dexlib2.base.BaseAnnotationElement
BY_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jf.dexlib2.base.BaseAnnotationElement
compareTo, equals, hashCode
-
Field Details
-
dexFile
-
nameIndex
public final int nameIndex -
value
-
-
Constructor Details
-
DexBackedAnnotationElement
-
-
Method Details
-
getName
Description copied from interface:AnnotationElementGets the name of the element.- Returns:
- The name of the element.
-
getValue
Description copied from interface:AnnotationElementGets the value of the element.- Returns:
- The value of the element
-