Class Value

class Value

Subclassed by Argument, Constant, Instruction

Public Functions

Value(const Type type, const std::string &label)
Type type() const
size_t id() const
const std::string &label() const
virtual ~Value()

Private Members

const Type type_
const std::string label_
const size_t id_