Class CatchTargetInfo


  • public class CatchTargetInfo
    extends TargetInfo
    Representation of a 'catch' annotation target.
    • Field Detail

      • u2exceptionTableIndex

        public int u2exceptionTableIndex
    • Constructor Detail

      • CatchTargetInfo

        public CatchTargetInfo()
        Creates an uninitialized CatchTargetInfo.
      • CatchTargetInfo

        public CatchTargetInfo​(byte u1targetType)
        Creates a partially initialized CatchTargetInfo.
      • CatchTargetInfo

        public CatchTargetInfo​(byte u1targetType,
                               int u2exceptionTableIndex)
        Creates an initialized CatchTargetInfo.