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

protected class AnnotationElementRewriter.RewrittenAnnotationElement extends BaseAnnotationElement
  • Field Details

  • Constructor Details

    • RewrittenAnnotationElement

      public RewrittenAnnotationElement(@Nonnull AnnotationElement annotationElement)
  • Method Details

    • getName

      @Nonnull public 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