NullValue Class

Definition

Line 674 of cmsxi/Value.cm

Inheritance

Constructors & Destructor

public nothrow NullValue(PtrType* ptrType_)

Member Functions

public override void GenerateCode(MachineCode& machineCode, String<char>& label, Context& context)
public override void GenerateSetValue(Register* reg, MachineCode& machineCode, int line, Instruction* inst)
public override Operand* MakeDataOperand(Context& context) const
public override nothrow String<char> Name() const

Member Variables

public PtrType* ptrType

Constructor& Destructor Details

NullValue Constructor

public nothrow NullValue(PtrType* ptrType_)

Definition
Line 676 of cmsxi/Value.cm


Member Function Details

GenerateCode Member Function

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

Definition
Line 690 of cmsxi/Value.cm


GenerateSetValue Member Function

public override void GenerateSetValue(Register* reg, MachineCode& machineCode, int line, Instruction* inst)

Definition
Line 684 of cmsxi/Value.cm


MakeDataOperand Member Function

public override Operand* MakeDataOperand(Context& context)

Definition
Line 696 of cmsxi/Value.cm


Name Member Function

public override nothrow String<char> Name()

Definition
Line 680 of cmsxi/Value.cm