Zigbee Protocol Controller 1.6.0
Mapper path match evaluation

Class assessing if expression can match attributes in the Attribute Store. More...

Namespaces

namespace  ast
 

Detailed Description

Class assessing if expression can match attributes in the Attribute Store.

Let's say I have an attribute, and a common parent type. I have to check if my attribute/common parent type could be matching the attribute path of an expression.

For example, a.b[0].c, if I have an attribute of type c, does it fit, so is the parent of type b with value 0, and the grand-parent of type a, and the grand-grand parent of type "common_parent_type"