class IdentSeqCls
class IdentSeqCls: public PTreeNodeCls
A sequence of identifiers
Inheritance:
-
-
Public Methods
-
IdentSeqCls(PPTreeNodeCls ident) - Constructor
-
int emit() - SLICK Emitter
-
PPTreeNodeCls append(PPTreeNodeCls ident) - Appends another identifier
-
PIdentCls get_first() - Returns the first identifier in the sequence
-
Documentation
A sequence of identifiers. IdentifierSeq: <IdentifierSeq> , <Identifier>
| <Identifier>
-
IdentSeqCls(PPTreeNodeCls ident)
- Constructor.
- Parameters:
-
ident - First identifier of the new sequence.
-
int emit()
- SLICK Emitter.
Nothing emitted.
- Returns:
- 0
-
PPTreeNodeCls append(PPTreeNodeCls ident)
- Appends another identifier.
- Parameters:
-
ident - Identifer to append
-
PIdentCls 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++

