Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

ExpressionList Class Reference

#include <expressionlist.h>

Inheritance diagram for ExpressionList:

Inheritance graph
[legend]
Collaboration diagram for ExpressionList:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ExpressionList (SrcPosition *position)
virtual ~ExpressionList ()
virtual Astoperator= (const Ast &ast)
virtual bool operator== (const Ast &ast) const

Constructor & Destructor Documentation

ExpressionList::ExpressionList SrcPosition position  )  [inline]
 

Definition at line 10 of file expressionlist.h.

References Ast::position.

00011                                 : Ast(position) {}

virtual ExpressionList::~ExpressionList  )  [inline, virtual]
 

Definition at line 13 of file expressionlist.h.

00013                                           {
00014                 }


Member Function Documentation

virtual Ast& ExpressionList::operator= const Ast ast  )  [inline, virtual]
 

Reimplemented from Ast.

Reimplemented in SequentialExpressionList, and SimpleExpressionList.

Definition at line 16 of file expressionlist.h.

References Ast::operator=().

Referenced by SimpleExpressionList::operator=(), and SequentialExpressionList::operator=().

00016                                                          {
00017                         Ast::operator=(ast);
00018                         return *(this);
00019                 }

virtual bool ExpressionList::operator== const Ast ast  )  const [inline, virtual]
 

Reimplemented from Ast.

Reimplemented in SequentialExpressionList, and SimpleExpressionList.

Definition at line 20 of file expressionlist.h.

References Ast::operator==().

Referenced by SimpleExpressionList::operator==(), and SequentialExpressionList::operator==().

00020                                                                 {
00021                         return Ast::operator==(ast);
00022                 }


The documentation for this class was generated from the following file:
Generated on Mon Dec 1 17:39:01 2003 for Protomake by doxygen1.3