next up previous
Next: Typedefs: Up: Node Types 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.



 

Calvin Lin
2002-01-31