类 FormalParameterTargetInfo


  • public class FormalParameterTargetInfo
    extends TargetInfo
    Representation of a formal parameter annotation target.
    • 字段详细资料

      • u1formalParameterIndex

        public int u1formalParameterIndex
    • 构造器详细资料

      • FormalParameterTargetInfo

        public FormalParameterTargetInfo()
        Creates an uninitialized FormalParameterTargetInfo.
      • FormalParameterTargetInfo

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

        public FormalParameterTargetInfo​(byte u1targetType,
                                         int u1formalParameterIndex)
        Creates an initialized FormalParameterTargetInfo.