ASTArray Class Reference

#include <ASTArray.hpp>

List of all members.

Public Member Functions

 ASTArray (int capacity)
ASTArrayadd (RefAST node)

Public Attributes

int size
std::vector< RefASTarray

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]

Member Data Documentation

std ::vector<RefAST> ASTArray::array

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines

Generated on 16 Nov 2015 for ANTLR Support Libraries 2.7.1+ by  doxygen 1.6.1