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