chc.app.CTypeInfo module

Global type definition.

class chc.app.CTypeInfo.CTypeInfo(cdecls: CDeclarations, ixval: chc.util.IndexedTable.IndexedTableValue)[source]

Bases: chc.app.CDictionaryRecord.CDeclarationsRecord

Type definition.

  • tags[0]: name of type definition

  • args[1]: index of type of type definition in cdictionary

property name: str
property type: CTyp