Method Summary |
|
public void | add(Expression e) Adds an expression to the collection. |
public void | addAll(Collection expressions) Adds all expressions contained in the given collection to this expression collection. |
public Object | clone() Clones this expression collection and all expressions contained in the collection. |
public Expression | get(String name) Returns the
Expression with the specified name (or null ).
Parameters: name - the expression name (null not permitted). |
public Expression | getExpression(int pos) Returns the expression on the given position in the list.
Parameters: pos - the position in the list. |
public List | getExpressionList() Returns the expressions contained in this collection as unmodifiable list. |
public Expression[] | getExpressions() Return all expressions contained in this collection as array. |
protected void | privateAdd(Expression e) Adds an expression to the collection. |
public void | removeExpression(Expression e) Removes an expression from the collection. |
public int | size() Returns the number of active expressions in this collection. |