Package proguard.dexfile.ir.ts
Class ExceptionHandlerTrim
- java.lang.Object
-
- proguard.dexfile.ir.ts.ExceptionHandlerTrim
-
- All Implemented Interfaces:
Transformer
public class ExceptionHandlerTrim extends java.lang.Object implements Transformer
Trim Exception handler.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 Summary
Constructors Constructor Description ExceptionHandlerTrim()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
transform(IrMethod irMethod)
-
-
-
Method Detail
-
transform
public void transform(IrMethod irMethod)
- Specified by:
transform
in interfaceTransformer
-
-