class NstExpressionList: public NstList<NstExpression>

Class NstExpressionList

Inheritance:


Public Methods

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


Documentation

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

oint type() const
The type is NST_EXPRESSION_LIST.

ochar* class_type() const
Returns the string NST_EXPRESSION_LIST.

ochar* class_name() const
Returns the string NstExpressionList.

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

oNstExpressionList* clone() const
Recursive cloning.

oNstExpressionList& operator= (const NstExpressionList& 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++.