Puma Reference Manual | Puma: Puma::CMoveBeforeManipulator Class Reference |
#include <Manipulators.h>
Inherits Puma::Manipulator.
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] |
Implements Puma::Manipulator.
Implements Puma::Manipulator.
ListElement* Puma::CMoveBeforeManipulator::duplicate | ( | ) | [inline, virtual] |
Duplicate this element.
Implements Puma::Manipulator.
void Puma::CMoveBeforeManipulator::manipulate | ( | ) | [virtual] |
Implements Puma::Manipulator.
const char* Puma::CMoveBeforeManipulator::op | ( | ) | const [inline, virtual] |
Implements Puma::Manipulator.
ManipError Puma::CMoveBeforeManipulator::valid | ( | ) | const [virtual] |
Implements Puma::Manipulator.