Class TypeParameterTargetInfo


  • public class TypeParameterTargetInfo
    extends TargetInfo
    Representation of a type parameter annotation target.
    • Field Detail

      • u1typeParameterIndex

        public int u1typeParameterIndex
    • Constructor Detail

      • TypeParameterTargetInfo

        public TypeParameterTargetInfo()
        Creates an uninitialized TypeParameterTargetInfo.
      • TypeParameterTargetInfo

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

        public TypeParameterTargetInfo​(byte u1targetType,
                                       int u1typeParameterIndex)
        Creates an initialized TypeParameterTargetInfo.