Package antlr.collections.impl
Class ASTArray
java.lang.Object
antlr.collections.impl.ASTArray
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
size
public int size -
array
-
-
Constructor Details
-
ASTArray
public ASTArray(int capacity)
-
-
Method Details
-
add
-