| Puma Reference Manual | Puma: Puma::PreIdentifierList Class Reference |
#include <Puma/PreTreeNodes.h>

Example:
a,b,c
Public Member Functions | |
| PreIdentifierList (PreTree *id) | |
| Constructor. | |
| void | addSons (PreTree *c, PreTree *id) |
| Add two sons, a comma and an identifier. | |
| void | accept (PreVisitor &v) |
| Part of the tree visitor pattern. | |
| Puma::PreIdentifierList::PreIdentifierList | ( | PreTree * | id | ) | [inline] |
Constructor.
| id | An identifier. |
Add two sons, a comma and an identifier.
| c | A comma. | |
| id | An identifier. |
| void Puma::PreIdentifierList::accept | ( | PreVisitor & | v | ) | [inline, virtual] |
Part of the tree visitor pattern.
Calls the node visiting functions suitable for this node type.
| v | The visitor object on which to call the visiting functions. |
Implements Puma::PreTreeComposite.