Home
 

class IdentSeqCls

class IdentSeqCls: public PTreeNodeCls

A sequence of identifiers

Inheritance:


Public Methods

[more] IdentSeqCls(PPTreeNodeCls ident)
Constructor
[more]int emit()
SLICK Emitter
[more]PPTreeNodeCls append(PPTreeNodeCls ident)
Appends another identifier
[more]PIdentCls get_first()
Returns the first identifier in the sequence



Documentation

A sequence of identifiers.    IdentifierSeq: <IdentifierSeq> , <Identifier>
                 | <Identifier>
oIdentSeqCls(PPTreeNodeCls ident)
Constructor.
Parameters:
ident - First identifier of the new sequence.

oint emit()
SLICK Emitter.

Nothing emitted.

Returns:
0

oPPTreeNodeCls append(PPTreeNodeCls ident)
Appends another identifier.
Parameters:
ident - Identifer to append

oPIdentCls get_first()
Returns the first identifier in the sequence.
Parameters:
First - identifier in the sequence.

This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



DOC++