Lines Matching refs:CddlParser
16 1. CddlParser
17 2. CddlXcoder (inherits from CddlParser)
22 CddlParser section in Architecture of the Python script
25 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…
98 …on functions that make inferences about the type based on the member variables in CddlParser, like: