class NstStatementList: public NstList<NstStatement>

Class NstStatementList

Inheritance:


Public Methods

[more] NstStatementList()
Creates an empty object.
[more]int type() const
The type is NST_STATEMENT_LIST.
[more]char* class_type() const
Returns the string NST_STATEMENT_LIST.
[more]char* class_name() const
Returns the string NstStatementList.
[more]void copy(const NstStatementList& s)
Recursive copy of s.
[more]NstStatementList* clone() const
Recursive cloning.
[more]NstStatementList& operator= (const NstStatementList& s)
Same as copy.


Documentation

Class NstStatementList.
o NstStatementList()
Creates an empty object.

oint type() const
The type is NST_STATEMENT_LIST.

ochar* class_type() const
Returns the string NST_STATEMENT_LIST.

ochar* class_name() const
Returns the string NstStatementList.

ovoid copy(const NstStatementList& s)
Recursive copy of s.

oNstStatementList* clone() const
Recursive cloning.

oNstStatementList& operator= (const NstStatementList& s)
Same as copy.


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.