Home
 

class AssignmentSeqCls

class AssignmentSeqCls: public PTreeNodeCls

The left side of multiple assignments

Inheritance:


Public Methods

[more] AssignmentSeqCls(PPTreeNodeCls item)
Constructor
[more]int emit()
SLICK Emitter
[more]PPTreeNodeCls append(PPTreeNodeCls item)
Append another data item to the sequence
[more]int getLength()
Get the number of data items in sequence



Documentation

The left side of multiple assignments.This is the sequence of variables the expression to the right should be assigned to.AssignmentSeq: <AssignmentSeq> <DataItem> :=
             | <DataItem> :=
oAssignmentSeqCls(PPTreeNodeCls item)
Constructor.
Parameters:
item - First data item (ie, lvalue) to assign value to

oint emit()
SLICK Emitter.

Emits all data items (ie, lvalues)

Returns:
0

oPPTreeNodeCls append(PPTreeNodeCls item)
Append another data item to the sequence.
Returns:
Pointer to sequence, including current sequence and the added item
Parameters:
item - Data item (ie, lvalue) to append

oint getLength()
Get the number of data items in sequence.
Returns:
Number of data items in sequence.

This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



DOC++