Class SuperTypeTargetInfo


  • public class SuperTypeTargetInfo
    extends TargetInfo
    Representation of a super type annotation target.
    • Field Detail

      • u2superTypeIndex

        public int u2superTypeIndex
    • Constructor Detail

      • SuperTypeTargetInfo

        public SuperTypeTargetInfo()
        Creates an uninitialized SuperTypeTargetInfo.
      • SuperTypeTargetInfo

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

        public SuperTypeTargetInfo​(byte u1targetType,
                                   int u2superTypeIndex)
        Creates an initialized SuperTypeTargetInfo.