Class ThrowsTargetInfo


  • public class ThrowsTargetInfo
    extends TargetInfo
    Representation of a 'throws' annotation target.
    • Field Detail

      • u2throwsTypeIndex

        public int u2throwsTypeIndex
    • Constructor Detail

      • ThrowsTargetInfo

        public ThrowsTargetInfo()
        Creates an uninitialized ThrowsTargetInfo.
      • ThrowsTargetInfo

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

        public ThrowsTargetInfo​(byte u1targetType,
                                int u2throwsTypeIndex)
        Creates an initialized ThrowsTargetInfo.