Module tap::tree

source · []
Expand description

The tree let you access all the node and their attributes created by the different plugins, in an uniform and reflective ways.

Structs

AttributePath is an easy way to get any kind of node value, even trait object, via serialization.

One of the main structure of TAP. Tt contain nodes, that contain attribute with value of different type. New nodes are generally created by the different parser, then nodes and attributes contained in the tree can be accessed via various method.

Type Definitions