Package org.jf.dexlib2.rewriter
Class AnnotationElementRewriter.RewrittenAnnotationElement
java.lang.Object
org.jf.dexlib2.base.BaseAnnotationElement
org.jf.dexlib2.rewriter.AnnotationElementRewriter.RewrittenAnnotationElement
- All Implemented Interfaces:
Comparable<AnnotationElement>,AnnotationElement
- Enclosing class:
AnnotationElementRewriter
-
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
-
annotationElement
-
-
Constructor Details
-
RewrittenAnnotationElement
-
-
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
-