antlr.collections.impl
Class ASTArray

java.lang.Object
  |
  +--antlr.collections.impl.ASTArray

public class ASTArray
extends Object

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)


Field Summary
 AST[] array
           
 int size
           
 
Constructor Summary
ASTArray(int capacity)
           
 
Method Summary
 ASTArray add(AST node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

size

public int size

array

public AST[] array
Constructor Detail

ASTArray

public ASTArray(int capacity)
Method Detail

add

public ASTArray add(AST node)


Copyright © 1999-2003 Oliver Zeigermann. All Rights Reserved.