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