public final class ExprList extends ElementList
| Modifier and Type | Field and Description |
|---|---|
protected Expr[] |
list
Element container.
|
CAP, size| Constructor and Description |
|---|
ExprList()
Default constructor.
|
ExprList(Expr c)
Constructor, specifying an initial entry.
|
protected Expr[] list
public ExprList()
public ExprList(Expr c)
c - array capacitypublic Expr get(int p)
p - positionpublic ExprList add(Expr e)
e - element to be addedpublic void set(int i,
Expr e)
i - indexe - element to be setpublic Expr[] finish()