OpenASIP
2.0
|
#include <AssemblerParser.hh>
Public Member Functions | |
AddMoveActor (CodeSectionCreator &creator, const ParserMove &move) | |
AddMoveActor. More... | |
void | operator() (const char *, const char *) const |
Private Attributes | |
CodeSectionCreator & | creator_ |
const ParserMove & | move_ |
Actor for adding moves to creator.
Definition at line 223 of file AssemblerParser.hh.
AddMoveActor::AddMoveActor | ( | CodeSectionCreator & | creator, |
const ParserMove & | move | ||
) |
Adds parsed move to code section creator.
creator | Creator where to add move. |
move | Move to add. |
Definition at line 104 of file AssemblerParser.cc.
void AddMoveActor::operator() | ( | const char * | , |
const char * | |||
) | const |
Definition at line 111 of file AssemblerParser.cc.
References CodeSectionCreator::addMove(), creator_, and move_.
|
private |
Definition at line 231 of file AssemblerParser.hh.
Referenced by operator()().
|
private |
Definition at line 232 of file AssemblerParser.hh.
Referenced by operator()().