Class ClassModel.AttributePool.CodeEntry.ExceptionPoolEntry

    • Field Detail

      • exceptionClassIndex

        private final int exceptionClassIndex
      • end

        private final int end
      • handler

        private final int handler
      • start

        private final int start
    • Constructor Detail

      • ExceptionPoolEntry

        public ExceptionPoolEntry​(int _start,
                                  int _end,
                                  int _handler,
                                  int _exceptionClassIndex)
    • Method Detail

      • getClassIndex

        public int getClassIndex()
      • getEnd

        public int getEnd()
      • getHandler

        public int getHandler()
      • getStart

        public int getStart()