Class ChildNodeList<Child extends ASTNode>

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Child>, Collection<Child>, List<Child>, RandomAccess

public class ChildNodeList<Child extends ASTNode> extends ProxyArrayList<Child>
A child list that notifies the given parent of child additions. Implementation of the more complex RemovalProxyArray list isn't necessary because each child notifies its previous parent of the parent change.
See Also: