Class EndRemover

java.lang.Object
com.googlecode.dex2jar.ir.ts.EndRemover
All Implemented Interfaces:
Transformer

public class EndRemover extends Object implements Transformer
Try to clean following between a Trap
  1. Move Stmts outside a Trap if Stmts are not throw
  2. Remove Trap if all Stmts are not throw
  3. ...;GOTO L2; ... ; L2: ; return; => ...;return ; ... ; L2: ; return;
  • Constructor Details

    • EndRemover

      public EndRemover()
  • Method Details