![]() |
Kactus2
Kactus2 reference guide
|
Gathers expressions from an address block and its registers. More...
#include <AddressBlockExpressionsGatherer.h>
Public Member Functions | |
AddressBlockExpressionGatherer () | |
virtual | ~AddressBlockExpressionGatherer () |
QStringList | getExpressions (QSharedPointer< AddressBlock > currentAddressBlock) const |
Gathers expressions from an address block and its registers.
Definition at line 25 of file AddressBlockExpressionsGatherer.h.
AddressBlockExpressionGatherer::AddressBlockExpressionGatherer | ( | ) |
The constructor.
|
virtual |
The destructor.
QStringList AddressBlockExpressionGatherer::getExpressions | ( | QSharedPointer< AddressBlock > | currentAddressBlock | ) | const |
Get the expressions from the given address block.
[in] | currentAddressBlock | The given address block. |