Puma Reference Manual | Puma::PreError Class Reference |
Preprocessor tree node representing a parse error. More...
#include <Puma/PreTreeNodes.h>
Public Member Functions | |
PreError () | |
Constructor. | |
void | accept (PreVisitor &v) |
Part of the tree visitor pattern. |
Preprocessor tree node representing a parse error.
Puma::PreError::PreError | ( | ) | [inline] |
Constructor.
void Puma::PreError::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::PreTree.