public static class ListExpr.Impl extends Positioned.Impl implements ListExpr
ListExpr.Impl, ListExpr.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(java.util.List<Expr> elements) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Expr> |
getElements() |
void |
setElements(java.util.List<Expr> elements) |
getPosition, setPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, accept, accept, ofgetPosition, of, setPositionpublic Impl()
public Impl(java.util.List<Expr> elements)
public java.util.List<Expr> getElements()
getElements in interface ListExprpublic void setElements(java.util.List<Expr> elements)
setElements in interface ListExpr