Package org.jf.dexlib2.rewriter
Class AnnotationElementRewriter
- java.lang.Object
-
- org.jf.dexlib2.rewriter.AnnotationElementRewriter
-
- All Implemented Interfaces:
Rewriter<AnnotationElement>
public class AnnotationElementRewriter extends java.lang.Object implements Rewriter<AnnotationElement>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
AnnotationElementRewriter.RewrittenAnnotationElement
-
Constructor Summary
Constructors Constructor Description AnnotationElementRewriter(Rewriters rewriters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationElement
rewrite(AnnotationElement annotationElement)
-
-
-
Field Detail
-
rewriters
@Nonnull protected final Rewriters rewriters
-
-
Constructor Detail
-
AnnotationElementRewriter
public AnnotationElementRewriter(@Nonnull Rewriters rewriters)
-
-
Method Detail
-
rewrite
@Nonnull public AnnotationElement rewrite(@Nonnull AnnotationElement annotationElement)
- Specified by:
rewrite
in interfaceRewriter<AnnotationElement>
-
-