Class CliTableTypeDef.CliTypeDefRow

    • Field Detail

      • flags

        public int flags
      • typeNameIndex

        public int typeNameIndex
      • typeNamespaceIndex

        public int typeNamespaceIndex
      • extendsIndex

        public int extendsIndex
      • fieldListIndex

        public int fieldListIndex
      • methodListIndex

        public int methodListIndex
    • Constructor Detail

      • CliTypeDefRow

        public CliTypeDefRow​(int flags,
                             int typeNameIndex,
                             int typeNamespaceIndex,
                             int extendsIndex,
                             int fieldListIndex,
                             int methodListIndex)