chc.app.CLval module

Left-hand side value.

class chc.app.CLval.CLval(cd: CDictionary, ixval: chc.util.IndexedTable.IndexedTableValue)[source]

Bases: chc.app.CDictionaryRecord.CDictionaryRecord

Left-hand side value.

  • args[0]: index of lhost in cdictionary

  • args[1]: index of offset in cdictionary

get_strings() List[str][source]
get_variable_uses(vid: int) int[source]
has_ref_type() bool[source]
has_variable(vid: int) bool[source]
has_variable_deref(vid: int) bool[source]
property lhost: CLHost
property offset: COffset
to_dict() Dict[str, object][source]
to_idict() Dict[str, object][source]