#include <Manipulators.h>
◆ CReplaceManipulator() [1/2]
Puma::CReplaceManipulator::CReplaceManipulator |
( |
CTree * | what, |
|
|
CTree * | with ) |
◆ CReplaceManipulator() [2/2]
◆ ~CReplaceManipulator()
Puma::CReplaceManipulator::~CReplaceManipulator |
( |
| ) |
|
|
inline |
◆ args() [1/2]
Array< Token * > & Puma::CReplaceManipulator::args |
( |
| ) |
|
|
inlinevirtual |
◆ args() [2/2]
void Puma::CReplaceManipulator::args |
( |
Array< Token * > & | | ) |
|
|
virtual |
◆ duplicate()
Duplicate this list element.
To be implemented by concrete list element implementations.
- Returns
- A pointer to the new list element.
Implements Puma::Manipulator.
◆ manipulate() [1/3]
void Puma::CReplaceManipulator::manipulate |
( |
| ) |
|
|
virtual |
◆ manipulate() [2/3]
void Puma::CReplaceManipulator::manipulate |
( |
CTree * | what, |
|
|
CTree * | with ) |
|
inline |
◆ manipulate() [3/3]
◆ op()
const char * Puma::CReplaceManipulator::op |
( |
| ) |
const |
|
inlinevirtual |
◆ valid()