Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

AST::FunctionCall Class Reference

func(x,y,z) More...

#include <ast.h>

Inheritance diagram for AST::FunctionCall:

AST::Node List of all members.

Public Member Functions

 FunctionCall ()
virtual void to3ACFile (FILE *f)
 convert me to 3ac - subclassed

Public Attributes

AttributeProxy handle
AttributeProxy arguments

Private Types

typedef Node super

Detailed Description

func(x,y,z)

Definition at line 300 of file ast.h.


Member Typedef Documentation

typedef Node AST::FunctionCall::super [private]
 

Definition at line 301 of file ast.h.


Constructor & Destructor Documentation

AST::FunctionCall::FunctionCall  )  [inline]
 

Definition at line 303 of file ast.h.

00303                   :
00304         super("FunctionCall"),
00305         handle(this->addAttribute("handle")),
00306         arguments(this->addAttribute("arguments"))
00307     {
00308     }
    virtual void to3ACFile(FILE* f){}


Member Function Documentation

virtual void AST::FunctionCall::to3ACFile FILE *  f  )  [inline, virtual]
 

convert me to 3ac - subclassed

Implements AST::Node.

Definition at line 309 of file ast.h.

00309 {}


Member Data Documentation

AttributeProxy AST::FunctionCall::arguments
 

Definition at line 311 of file ast.h.

Referenced by main().

AttributeProxy AST::FunctionCall::handle
 

Definition at line 310 of file ast.h.


The documentation for this class was generated from the following file:
Generated on Thu Oct 20 12:00:04 2005 for ASTree by  doxygen 1.4.2-20050421