next up previous
Next: Typedefs: Up: The C-Breeze Class Hierarchy Previous: defNode

declNode

A declNode contains a declaration for a single object. What's an object? A variable, a typedef, and a function prototype are all examples of things that live in declNodes. declNode is a subclass of defNode, so it can live in a def_list, as you will find in a unitNode.



Subsections

Adam C. Brown 2006-01-26