类 CatchTargetInfo


  • public class CatchTargetInfo
    extends TargetInfo
    Representation of a 'catch' annotation target.
    • 字段详细资料

      • u2exceptionTableIndex

        public int u2exceptionTableIndex
    • 构造器详细资料

      • 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.