chc.app.CLocation module
Location in a C source file (filename, line number).
- class chc.app.CLocation.CLocation(decls: CDeclarations, ixval: chc.util.IndexedTable.IndexedTableValue)[source]
Bases:
chc.app.CDictionaryRecord.CDeclarationsRecordLocation in a C source program.
args[0]: filename index
args[1]: byte number
args[2]: line number
- property byte: int
- property file: str
- property line: int