ROSE 0.11.145.147
|
Arguments passed to interpretation unparsing callbacks.
Definition at line 337 of file AsmUnparser.h.
#include <backend/asmUnparser/AsmUnparser.h>
Public Member Functions | |
InterpretationArgs (AsmUnparser *unparser, std::ostream &output, SgAsmInterpretation *interp) | |
SgAsmInterpretation * | get_node () const |
Return the node being unparsed. | |
Public Member Functions inherited from Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::GeneralArgs | |
GeneralArgs (AsmUnparser *unparser, std::ostream &output) | |
Public Attributes | |
SgAsmInterpretation * | interp |
The interpretation being unparsed. | |
Public Attributes inherited from Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::GeneralArgs | |
AsmUnparser * | unparser |
The object doing the unparsing, from which this callback is invoked. | |
std::ostream & | output |
Where output should be sent. | |
|
inline |
Definition at line 338 of file AsmUnparser.h.
|
inline |
Return the node being unparsed.
Definition at line 340 of file AsmUnparser.h.
SgAsmInterpretation* Rose::BinaryAnalysis::AsmUnparser::UnparserCallback::InterpretationArgs::interp |
The interpretation being unparsed.
Definition at line 341 of file AsmUnparser.h.