OperandList Class

Definition

Line 425 of cmsxa/Assembly.cm

Inheritance

Constructors & Destructor

suppress OperandList(OperandList&&)
suppress OperandList(const OperandList&)
public nothrow OperandList(const Span& span_, Node* firstOperand_)

Member Functions

public override void Accept(Visitor& visitor)
public void AddOperand(Node* operand)
suppress void operator=(OperandList&&)
suppress void operator=(const OperandList&)

Member Variables

public List<UniquePtr<Node>> operands

Constructor& Destructor Details

OperandList Constructor

suppress OperandList(OperandList&&)

Definition
Line 433 of cmsxa/Assembly.cm


OperandList Constructor

suppress OperandList(const OperandList&)

Definition
Line 431 of cmsxa/Assembly.cm


OperandList Constructor

public nothrow OperandList(const Span& span_, Node* firstOperand_)

Definition
Line 427 of cmsxa/Assembly.cm


Member Function Details

Accept Member Function

public override void Accept(Visitor& visitor)

Definition
Line 439 of cmsxa/Assembly.cm


AddOperand Member Function

public void AddOperand(Node* operand)

Definition
Line 435 of cmsxa/Assembly.cm


operator= Member Function

suppress void operator=(OperandList&&)

Definition
Line 434 of cmsxa/Assembly.cm


operator= Member Function

suppress void operator=(const OperandList&)

Definition
Line 432 of cmsxa/Assembly.cm