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

Example:
#endif
Public Member Functions | |
| PreEndifDirective (PreTree *e, PreTree *tl) | |
| Constructor. | |
| void | accept (PreVisitor &v) |
| Part of the tree visitor pattern. | |
Constructor.
| e | The #endif token. | |
| tl | The remaining tokens of the line. |
| void Puma::PreEndifDirective::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.