class HeadingNode |
HeadingNode is a type that holds a simple header for one of the other types of nodes.
| HeadingNode (const string & h) Constructor - give it a string to copy into the name | |
| HeadingNode (HeadingNode & h) | |
| changeName (string &name) Sets the name | |
| isOfType ( ASTtype T ) | |
| myLongestStr ( void ) const Returns the length of the longest string in this object. | |
| myName () const Returns the name | |
| myType (void) |
| Copy constructor - recurses down |
| myHeading |
HeadingNode is a type that holds a simple header for one of the other types of nodes. It has several subtypes depending on what kind of heading it is. Typically a heading is just a string.
Alphabetic index HTML hierarchy of classes or Java