Class Analyzer.ExceptionInfo

java.lang.Object
javassist.bytecode.analysis.Analyzer.ExceptionInfo
Enclosing class:
Analyzer

private static class Analyzer.ExceptionInfo extends Object
  • Field Details

    • end

      private int end
    • handler

      private int handler
    • start

      private int start
    • type

      private Type type
  • Constructor Details

    • ExceptionInfo

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