Kactus2
Kactus2 reference guide
Loading...
Searching...
No Matches
AddressBlockExpressionGatherer Class Reference

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
 

Detailed Description

Gathers expressions from an address block and its registers.

Definition at line 25 of file AddressBlockExpressionsGatherer.h.

Constructor & Destructor Documentation

◆ AddressBlockExpressionGatherer()

AddressBlockExpressionGatherer::AddressBlockExpressionGatherer ( )

The constructor.

◆ ~AddressBlockExpressionGatherer()

virtual AddressBlockExpressionGatherer::~AddressBlockExpressionGatherer ( )
virtual

The destructor.

Member Function Documentation

◆ getExpressions()

QStringList AddressBlockExpressionGatherer::getExpressions ( QSharedPointer< AddressBlock > currentAddressBlock) const

Get the expressions from the given address block.

Parameters
[in]currentAddressBlockThe given address block.
Returns
A list of all the expressions used in address block.

The documentation for this class was generated from the following file: