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

AST::Op_Bracket Class Reference

a[5] More...

#include <ast.h>

Inheritance diagram for AST::Op_Bracket:

AST::Node List of all members.

Public Member Functions

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

Public Attributes

AttributeProxy handle
AttributeProxy list_index

Private Types

typedef Node super

Detailed Description

a[5]

Definition at line 330 of file ast.h.


Member Typedef Documentation

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

Definition at line 331 of file ast.h.


Constructor & Destructor Documentation

AST::Op_Bracket::Op_Bracket  )  [inline]
 

Definition at line 333 of file ast.h.

00333                 :
00334         super("Op_Bracket"),
00335         handle    (this->addAttribute("handle")),
00336         list_index(this->addAttribute("list_index"))
00337     {
00338     }
    virtual void to3ACFile(FILE* f){}


Member Function Documentation

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

convert me to 3ac - subclassed

Implements AST::Node.

Definition at line 339 of file ast.h.

00339 {}


Member Data Documentation

AttributeProxy AST::Op_Bracket::handle
 

Definition at line 340 of file ast.h.

AttributeProxy AST::Op_Bracket::list_index
 

Definition at line 341 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