CxNodeVisitorTree
Description
- Derived from
Base class for ICxNodeVisitor implementations.
The visitor method implementations perform an in-order traversal of the PSI model, according to the order in which the respective members are declared (base type members come first). No further logic is performed. Visitor methods for leaf nodes have the EmptyBody.