Puma Reference Manual | Puma: Puma::PreCondSemNode Class Reference |
#include <Puma/PreTreeNodes.h>
Public Member Functions | |
PreCondSemNode (bool value) | |
Constructor. | |
void | accept (PreVisitor &v) |
Part of the tree visitor pattern. | |
bool | value () const |
Get the calculated value of the condition. |
Puma::PreCondSemNode::PreCondSemNode | ( | bool | value | ) | [inline] |
Constructor.
value | The calculated value of the condition. |
void Puma::PreCondSemNode::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.
bool Puma::PreCondSemNode::value | ( | ) | const [inline] |
Get the calculated value of the condition.