SymbolValue Class

Definition

Line 1005 of cmsxi/Value.cm

Inheritance

Constructors & Destructor

public nothrow SymbolValue(const String<char>& symbol_)

Member Functions

public override void GenerateCode(MachineCode& machineCode, String<char>& label, Context& context)
public override Operand* MakeDataOperand(Context& context) const
public override nothrow String<char> Name() const
public override nothrow String<char> PrintName() const

Member Variables

public String<char> symbol

Constructor& Destructor Details

SymbolValue Constructor

public nothrow SymbolValue(const String<char>& symbol_)

Definition
Line 1007 of cmsxi/Value.cm


Member Function Details

GenerateCode Member Function

public override void GenerateCode(MachineCode& machineCode, String<char>& label, Context& context)

Definition
Line 1022 of cmsxi/Value.cm


MakeDataOperand Member Function

public override Operand* MakeDataOperand(Context& context)

Definition
Line 1018 of cmsxi/Value.cm


Name Member Function

public override nothrow String<char> Name()

Definition
Line 1010 of cmsxi/Value.cm


PrintName Member Function

public override nothrow String<char> PrintName()

Definition
Line 1014 of cmsxi/Value.cm