Puma Reference Manual Puma: Puma::PreError Class Reference



Puma::PreError Class Reference

Preprocessor tree node representing a parse error. More...

#include <Puma/PreTreeNodes.h>

Inherits Puma::PreTree.

List of all members.

Public Member Functions

 PreError ()
 Constructor.
void accept (PreVisitor &v)
 Part of the tree visitor pattern.

Detailed Description

Preprocessor tree node representing a parse error.


Constructor & Destructor Documentation

Puma::PreError::PreError (  )  [inline]

Constructor.


Member Function Documentation

void Puma::PreError::accept ( PreVisitor v  )  [inline, virtual]

Part of the tree visitor pattern.

Calls the node visiting functions suitable for this node type.

Parameters:
v The visitor object on which to call the visiting functions.

Implements Puma::PreTree.




Puma Reference Manual. Created on 24 Nov 2009.