JavaScript is disabled on your browser.
AntLR Parser Generator 2.7.7.redhat-4
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
Fields
Modifier and Type
Field and Description
AST []
array
int
size
Constructor Summary
Constructors
Constructor and Description
ASTArray (int capacity)
Method Summary
Methods
Modifier and Type
Method and Description
ASTArray
add (AST node)
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
AntLR Parser Generator 2.7.7.redhat-4
Copyright © 2013 JBoss by Red Hat . All Rights Reserved.