Class ExceptionTableEntry

java.lang.Object
org.benf.cfr.reader.entities.exceptions.ExceptionTableEntry
All Implemented Interfaces:
Comparable<ExceptionTableEntry>

public class ExceptionTableEntry extends Object implements Comparable<ExceptionTableEntry>
  • Field Details

    • OFFSET_INDEX_FROM

      private static final int OFFSET_INDEX_FROM
      See Also:
    • OFFSET_INDEX_TO

      private static final int OFFSET_INDEX_TO
      See Also:
    • OFFSET_INDEX_HANDLER

      private static final int OFFSET_INDEX_HANDLER
      See Also:
    • OFFSET_CATCH_TYPE

      private static final int OFFSET_CATCH_TYPE
      See Also:
    • bytecode_index_from

      private final int bytecode_index_from
    • bytecode_index_to

      private final int bytecode_index_to
    • bytecode_index_handler

      private final int bytecode_index_handler
    • catch_type

      private final int catch_type
    • priority

      private final int priority
  • Constructor Details

    • ExceptionTableEntry

      private ExceptionTableEntry(ByteData raw, int priority)
    • ExceptionTableEntry

      ExceptionTableEntry(int from, int to, int handler, int catchType, int priority)
  • Method Details