Package com.googlecode.dex2jar.ir.ts
Class ExceptionHandlerTrim
java.lang.Object
com.googlecode.dex2jar.ir.ts.ExceptionHandlerTrim
- All Implemented Interfaces:
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 -
Method Summary
-
Constructor Details
-
ExceptionHandlerTrim
public ExceptionHandlerTrim()
-
-
Method Details
-
transform
- Specified by:
transformin interfaceTransformer
-