| java.lang.Object antlr.collections.impl.ASTArray
ASTArray | public class ASTArray (Code) | | 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 Summary | |
public | ASTArray(int capacity) |
ASTArray | public ASTArray(int capacity)(Code) | | |
|
|