Class TypePathInfo


  • public class TypePathInfo
    extends java.lang.Object
    Representation of a path element in a type annotation.
    • Field Detail

      • u1typePathKind

        public int u1typePathKind
      • u1typeArgumentIndex

        public int u1typeArgumentIndex
    • Constructor Detail

      • TypePathInfo

        public TypePathInfo()
        Creates an uninitialized TypePathInfo.
      • TypePathInfo

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