类 TypePathInfo


  • public class TypePathInfo
    extends java.lang.Object
    Representation of a path element in a type annotation.
    • 字段详细资料

      • KIND_Array

        public static final int KIND_Array
        另请参阅:
        常量字段值
      • KIND_Nested

        public static final int KIND_Nested
        另请参阅:
        常量字段值
      • KIND_TypeArgumentBound

        public static final int KIND_TypeArgumentBound
        另请参阅:
        常量字段值
      • KIND_TypeArgument

        public static final int KIND_TypeArgument
        另请参阅:
        常量字段值
      • u1typePathKind

        public int u1typePathKind
      • u1typeArgumentIndex

        public int u1typeArgumentIndex
    • 构造器详细资料

      • TypePathInfo

        public TypePathInfo()
        Creates an uninitialized TypePathInfo.
      • TypePathInfo

        public TypePathInfo​(int u1typePathKind,
                            int u1typeArgumentIndex)
        Creates an initialized TypePathInfo.