public class TryBlockRewriter extends java.lang.Object implements Rewriter<TryBlock<? extends ExceptionHandler>>
| Modifier and Type | Class and Description |
|---|---|
protected class |
TryBlockRewriter.RewrittenTryBlock |
| Constructor and Description |
|---|
TryBlockRewriter(Rewriters rewriters) |
| Modifier and Type | Method and Description |
|---|---|
TryBlock<? extends ExceptionHandler> |
rewrite(TryBlock<? extends ExceptionHandler> tryBlock) |
@Nonnull protected final Rewriters rewriters
public TryBlockRewriter(@Nonnull
Rewriters rewriters)
@Nonnull public TryBlock<? extends ExceptionHandler> rewrite(@Nonnull TryBlock<? extends ExceptionHandler> tryBlock)
rewrite in interface Rewriter<TryBlock<? extends ExceptionHandler>>