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:
java.lang.Comparable<AnnotationElement>
,AnnotationElement
- Enclosing class:
- AnnotationElementRewriter
protected class AnnotationElementRewriter.RewrittenAnnotationElement extends BaseAnnotationElement
-
-
Field Summary
Fields Modifier and Type Field Description protected AnnotationElement
annotationElement
-
Fields inherited from class org.jf.dexlib2.base.BaseAnnotationElement
BY_NAME
-
-
Constructor Summary
Constructors Constructor Description RewrittenAnnotationElement(AnnotationElement annotationElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Gets the name of the element.EncodedValue
getValue()
Gets the value of the element.-
Methods inherited from class org.jf.dexlib2.base.BaseAnnotationElement
compareTo, equals, hashCode
-
-
-
-
Field Detail
-
annotationElement
@Nonnull protected AnnotationElement annotationElement
-
-
Constructor Detail
-
RewrittenAnnotationElement
public RewrittenAnnotationElement(@Nonnull AnnotationElement annotationElement)
-
-
Method Detail
-
getName
@Nonnull public java.lang.String getName()
Description copied from interface:AnnotationElement
Gets the name of the element.- Returns:
- The name of the element.
-
getValue
@Nonnull public EncodedValue getValue()
Description copied from interface:AnnotationElement
Gets the value of the element.- Returns:
- The value of the element
-
-