1#ifndef ROSE_BinaryAnalysis_Unparser_Jvm_H 
    2#define ROSE_BinaryAnalysis_Unparser_Jvm_H 
    3#include <featureTests.h> 
    4#ifdef ROSE_ENABLE_BINARY_ANALYSIS 
    6#include <Rose/BinaryAnalysis/Unparser/Base.h> 
    9namespace BinaryAnalysis {
 
   30    Ptr copy() 
const override;
 
 
Abstract base class for unparsers.
 
Unparser for the JVM architecture.
 
const JvmSettings & settings() const override
Property: Settings associated with this unparser.
 
JvmSettings & settings() override
Property: Settings associated with this unparser.
 
Base class for expressions.
 
Represents one JVS machine instruction.
 
std::shared_ptr< const Base > BaseConstPtr
Reference counted pointer for Architecture::Base.
 
std::map< uint64_t, std::string > LabelMap
Map from address to label.
 
Settings specific to the JVM unparser.
 
Settings that control unparsing.