chc.app.CFileAssignmentDictionary module

Dictionary of global and field assignments.

class chc.app.CFileAssignmentDictionary.CFileAssignmentDictionary(cfile: CFile, xnode: Optional[xml.etree.ElementTree.Element])[source]

Bases: object

Dictionary of assignments to global and static variables and fields.

property cfile: CFile
property declarations: CFileDeclarations
property dictionary: CFileDictionary
get_assignment(ix: int) chc.app.CFileAssignment.CFileAssignment[source]
get_function_name(ix: int) str[source]
mk_assignment_index(tags: List[str], args: List[int]) int[source]