Class 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
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void transform​(IrMethod irMethod)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExceptionHandlerTrim

        public ExceptionHandlerTrim()