Class ResolveJavaJSR


  • public class ResolveJavaJSR
    extends java.lang.Object
    Duplicate code to resolve java jsr/ret. JSR (jump subroutine) allows executing the same code from different places. Used mostly for 'finally' blocks, deprecated in Java 7.
    • Constructor Summary

      Constructors 
      Constructor Description
      ResolveJavaJSR()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void process​(MethodNode mth)  
      • Methods inherited from class java.lang.Object

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

      • ResolveJavaJSR

        public ResolveJavaJSR()
    • Method Detail

      • process

        public static void process​(MethodNode mth)