Class ThrowsTargetInfo

java.lang.Object
proguard.classfile.attribute.annotation.target.TargetInfo
proguard.classfile.attribute.annotation.target.ThrowsTargetInfo

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

    • u2throwsTypeIndex

      public int u2throwsTypeIndex
  • Constructor Details

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