LiteralOperand Class

Definition

Line 14 of cmsxi/Operand.cm

Inheritance

Constructors & Destructor

public nothrow LiteralOperand()
public nothrow LiteralOperand(ulong value_)

Member Functions

public override nothrow void Print(CodeFormatter& formatter)
public inline nothrow void SetValue(ulong value_)

Member Variables

public ulong value

Constructor& Destructor Details

LiteralOperand Constructor

public nothrow LiteralOperand()

Definition
Line 16 of cmsxi/Operand.cm


LiteralOperand Constructor

public nothrow LiteralOperand(ulong value_)

Definition
Line 19 of cmsxi/Operand.cm


Member Function Details

Print Member Function

public override nothrow void Print(CodeFormatter& formatter)

Definition
Line 26 of cmsxi/Operand.cm


SetValue Member Function

public inline nothrow void SetValue(ulong value_)

Definition
Line 22 of cmsxi/Operand.cm