class NstExpression: public NstTree

Expressions

Inheritance:


Public Methods

[more] NstExpression()
Creates an empty expression object.
[more]int type() const
The type is NST_EXPRESSION.
[more]char* class_type() const
Returns the string NST_EXPRESSION.
[more]char* class_name() const
Returns the string NstExpression.
[more]int base_type() const
Gives the base type of the object.
[more]NstTree* create_default()
Creates a default object of the base type.
[more]void copy(const NstExpression& s)
Recursive copy of s.
[more]NstExpression* clone() const
Recursive cloning.
[more]NstExpression& operator= (const NstExpression& s)
Same as copy.


Inherited from NstTree:

Public Fields

olong tree_id
oNstUserInfo user_info

Public Methods

oNstTree* cut_buffer() const
ovoid error(const char* st) const
ovoid warning(const char* st) const
oostream& operator << (ostream& s, const NstTree& t)
oNstTree* init()
oNstTree* init(NstTrees::iterator &it)
oNstTree* next()
oNstTree* next(NstTrees::iterator &it)
ovoid traversal(int (*action)(NstTree*, void*), void* extra = NULL)
oNstTree* upsearch(int (*comptest)(NstTree*, void*), void* extra = NULL)
oNstTree* cut()
oNstDefinition* search(const NstIdentifier& i, int tp = -1) const
ovoid replace(NstTree& n)
oNstTree* in() const
o fathers() const
ostring whoami() const


Documentation

Expressions. This is the base class for representing Fortran expressions like a+b*c.
o NstExpression()
Creates an empty expression object.

oint type() const
The type is NST_EXPRESSION.

ochar* class_type() const
Returns the string NST_EXPRESSION.

ochar* class_name() const
Returns the string NstExpression.

oint base_type() const
Gives the base type of the object.

oNstTree* create_default()
Creates a default object of the base type.

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

oNstExpression* clone() const
Recursive cloning.

oNstExpression& operator= (const NstExpression& s)
Same as copy.


Direct child classes:
NstExpressionVariable
NstExpressionUnary
NstExpressionSlice
NstExpressionDummy
NstExpressionDo
NstExpressionConstant
NstExpressionCall
NstExpressionBinary
NstExpressionArray

Alphabetic index HTML hierarchy of classes or Java



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