Represents one piece of a hierarchical identifier.
This is a product type introduced by defprod.
We represent hierarchical identifiers like
(:vl-hid-dot top
(vl-hid-dot
(:vl-index (:vl-index processor 2)
3)
reset))
In other words, the
To add slightly more precision, our representation is really more like the following:
(:vl-hid-dot (hidpiece "top")
(vl-hid-dot
(:vl-index (:vl-index (hidpiece "processor") (constint 2))
(constint 3))
(hidpiece "reset")))
In other words, the individual identifiers used throughout a hierarchical
identifier are actually
We make this distinction so that in the ordinary course of working with the
parse tree, you can freely assume that any