Searched refs:CddlParser (Results 1 – 2 of 2) sorted by relevance
16 1. CddlParser17 2. CddlXcoder (inherits from CddlParser)22 CddlParser section in Architecture of the Python script25 Each CddlParser object represents a CDDL type.26 Since CDDL types can contain other types, CddlParser recursively parses a CDDL string, and spawns n…27 The two most important member variables in CddlParser are `self.value` and `self.type`.67 This will spawn 3 CddlParser objects:73 …other constraints on the types, and these all have member variables in CddlParser, e.g. `self.min_…79 The elements are on the form `<name>: <CddlParser object>`.90 CddlXcoder inherits from CddlParser, and provides common functionality for DataTranslator and CodeG…[all …]
209 class CddlParser: class1036 class CddlXcoder(CddlParser):