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 Object
implements Rewriter<TryBlock<? extends ExceptionHandler>>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTryBlock<? extends ExceptionHandler> rewrite(TryBlock<? extends ExceptionHandler> tryBlock)
-
Field Details
-
rewriters
-
-
Constructor Details
-
TryBlockRewriter
-
-
Method Details
-
rewrite
@Nonnull public TryBlock<? extends ExceptionHandler> rewrite(@Nonnull TryBlock<? extends ExceptionHandler> tryBlock) - Specified by:
rewritein interfaceRewriter<TryBlock<? extends ExceptionHandler>>
-