public class ExceptionHandlerTrim extends java.lang.Object implements Transformer
before:
L1 STMTs throwableSTMTs STMTs throwableSTMTs L2 ... L3 ... L1 - L2 : all > L3
after:
L1 STMTs L4 throwableSTMTs L5 STMTs L6 throwableSTMTs L2 ... L3 ... L4 - L5 : all > L3 L6 - L2 : all > L3
| Constructor and Description |
|---|
ExceptionHandlerTrim() |
| Modifier and Type | Method and Description |
|---|---|
void |
transform(IrMethod irMethod) |
public void transform(IrMethod irMethod)
transform in interface Transformer