Class Analyzer.ExceptionInfo

  • Enclosing class:
    Analyzer

    private static class Analyzer.ExceptionInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int end  
      private int handler  
      private int start  
      private Type type  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ExceptionInfo​(int start, int end, int handler, Type type)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • end

        private int end
      • handler

        private int handler
      • start

        private int start
      • type

        private Type type
    • Constructor Detail

      • ExceptionInfo

        private ExceptionInfo​(int start,
                              int end,
                              int handler,
                              Type type)