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