Class CatchTargetInfo

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

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

    • u2exceptionTableIndex

      public int u2exceptionTableIndex
  • Constructor Details

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