| Puma Reference Manual | Puma: Puma::CMoveBeforeManipulator Class Reference |
#include <Manipulators.h>

Public Member Functions | |
| CMoveBeforeManipulator (CTree *from, CTree *to) | |
| CMoveBeforeManipulator (Token *, Token *, Token *) | |
| ~CMoveBeforeManipulator () | |
| const char * | op () const |
| ListElement * | duplicate () |
| Duplicate this element. | |
| Array< Token * > & | args () |
| void | args (Array< Token * > &) |
| ManipError | valid () const |
| void | manipulate () |
| void | manipulate (CTree *from, CTree *to) |
| void | manipulate (Token *from, Token *to, Token *at) |
| Puma::CMoveBeforeManipulator::~CMoveBeforeManipulator | ( | ) | [inline] |
| const char* Puma::CMoveBeforeManipulator::op | ( | ) | const [inline, virtual] |
Implements Puma::Manipulator.
| ListElement* Puma::CMoveBeforeManipulator::duplicate | ( | ) | [inline, virtual] |
Implements Puma::Manipulator.
Implements Puma::Manipulator.
| ManipError Puma::CMoveBeforeManipulator::valid | ( | ) | const [virtual] |
Implements Puma::Manipulator.
| void Puma::CMoveBeforeManipulator::manipulate | ( | ) | [virtual] |
Implements Puma::Manipulator.