Class TypeParameterBoundTargetInfo


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

      • u1typeParameterIndex

        public int u1typeParameterIndex
      • u1boundIndex

        public int u1boundIndex
    • Constructor Detail

      • TypeParameterBoundTargetInfo

        public TypeParameterBoundTargetInfo()
        Creates an uninitialized TypeParameterBoundTargetInfo.
      • TypeParameterBoundTargetInfo

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

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