Public Member Functions | Public Attributes

antlr.collections.impl.ASTArray Class Reference

List of all members.

Public Member Functions

 ASTArray (int capacity)
ASTArray add (AST node)

Public Attributes

int size = 0
AST[] array

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

antlr.collections.impl.ASTArray.ASTArray ( int  capacity  ) 

Member Function Documentation

ASTArray antlr.collections.impl.ASTArray.add ( AST  node  ) 

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties