1#ifndef ROSE_BinaryAnalysis_Unparser_Null_H
2#define ROSE_BinaryAnalysis_Unparser_Null_H
3#include <featureTests.h>
4#ifdef ROSE_ENABLE_BINARY_ANALYSIS
6#include <Rose/BinaryAnalysis/Unparser/Base.h>
9namespace BinaryAnalysis {
27 Ptr copy()
const override;
Abstract base class for unparsers.
Unparser for null architecture.
void emitInstructionMnemonic(std::ostream &, SgAsmInstruction *, State &) const override
Mid-level unparser function.
const NullSettings & settings() const override
Property: Settings associated with this unparser.
NullSettings & settings() override
Property: Settings associated with this unparser.
Base class for machine instructions.
std::shared_ptr< const Base > BaseConstPtr
Reference counted pointer for Architecture::Base.
Settings specific to the null unparser.
Settings that control unparsing.