#include <Manipulators.h>
◆ PasteBeforeManipulator()
Puma::PasteBeforeManipulator::PasteBeforeManipulator |
( |
Unit * | buffer, |
|
|
Token * | at ) |
◆ ~PasteBeforeManipulator()
Puma::PasteBeforeManipulator::~PasteBeforeManipulator |
( |
| ) |
|
|
inline |
◆ args() [1/2]
Array< Token * > & Puma::PasteBeforeManipulator::args |
( |
| ) |
|
|
inlinevirtual |
◆ args() [2/2]
void Puma::PasteBeforeManipulator::args |
( |
Array< Token * > & | | ) |
|
|
virtual |
◆ duplicate()
ListElement * Puma::PasteBeforeManipulator::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.
◆ manipulate() [1/2]
void Puma::PasteBeforeManipulator::manipulate |
( |
| ) |
|
|
virtual |
◆ manipulate() [2/2]
void Puma::PasteBeforeManipulator::manipulate |
( |
Unit * | buffer, |
|
|
Token * | at ) |
|
inline |
◆ op()
const char * Puma::PasteBeforeManipulator::op |
( |
| ) |
const |
|
inlinevirtual |
◆ valid()