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

ASTArray Class Reference

#include <ASTArray.hpp>

List of all members.

Public Methods

 ANTLR_USE_NAMESPACE (std) vector< RefAST > array
 ASTArray (int capacity)
ASTArray * add (RefAST node)

Public Attributes

int size


Detailed Description

ASTArray is a class that allows ANTLR to generate code that can create and initialize an array in one expression, like: (new ASTArray(3))->add(x)->add(y)->add(z)


Constructor & Destructor Documentation

ASTArray::ASTArray int    capacity [inline]
 


Member Function Documentation

ASTArray* ASTArray::add RefAST    node [inline]
 

ASTArray::ANTLR_USE_NAMESPACE std   
 


Member Data Documentation

int ASTArray::size
 


The documentation for this class was generated from the following file:
Generated on Wed Nov 3 12:59:24 2004 for Lemur Toolkit by doxygen1.2.18