Class ExceptionRange


  • public class ExceptionRange
    extends Object
    ExceptionRange represents a range an exception handler within a method in class file.
    • Method Detail

      • startPC

        public InsnTarget startPC()
        return the start of the exception hander (inclusive)
      • endPC

        public InsnTarget endPC()
        return the end of the exception hander (exclusive)
      • handlerPC

        public InsnTarget handlerPC()
        return the exception handler code
      • catchType

        public ConstClass catchType()
        return the exception specification a null return value means a catch of any (try/finally)