Class Code.CatchHandler

  • Enclosing class:
    Code

    public static class Code.CatchHandler
    extends Object
    • Constructor Detail

      • CatchHandler

        public CatchHandler​(int[] typeIndexes,
                            int[] addresses,
                            int catchAllAddress,
                            int offset)
    • Method Detail

      • getTypeIndexes

        public int[] getTypeIndexes()
      • getAddresses

        public int[] getAddresses()
      • getCatchAllAddress

        public int getCatchAllAddress()
      • getOffset

        public int getOffset()