#include <Manipulators.h>
Puma::CCopyBeforeManipulator::CCopyBeforeManipulator |
( |
CTree * |
from, |
|
|
CTree * |
to |
|
) |
| |
Puma::CCopyBeforeManipulator::CCopyBeforeManipulator |
( |
Token * |
, |
|
|
Token * |
, |
|
|
Token * |
|
|
) |
| |
Puma::CCopyBeforeManipulator::~CCopyBeforeManipulator |
( |
| ) |
|
|
inline |
Array<Token*>& Puma::CCopyBeforeManipulator::args |
( |
| ) |
|
|
inlinevirtual |
void Puma::CCopyBeforeManipulator::args |
( |
Array< Token * > & |
| ) |
|
|
virtual |
ListElement* Puma::CCopyBeforeManipulator::duplicate |
( |
| ) |
|
|
inlinevirtual |
Duplicate this list element.
To be implemented by concrete list element implementations.
- Returns
- A pointer to the new list element.
Implements Puma::Manipulator.
void Puma::CCopyBeforeManipulator::manipulate |
( |
| ) |
|
|
virtual |
void Puma::CCopyBeforeManipulator::manipulate |
( |
CTree * |
from, |
|
|
CTree * |
to |
|
) |
| |
|
inline |
void Puma::CCopyBeforeManipulator::manipulate |
( |
Token * |
from, |
|
|
Token * |
to, |
|
|
Token * |
at |
|
) |
| |
|
inline |
const char* Puma::CCopyBeforeManipulator::op |
( |
| ) |
const |
|
inlinevirtual |