Class ListExpr.Impl
- java.lang.Object
-
- org.fulib.scenarios.ast.Positioned.Impl
-
- org.fulib.scenarios.ast.expr.collection.ListExpr.Impl
-
- All Implemented Interfaces:
CollectionExpr,ListExpr,Expr,Node,Positioned
- Enclosing interface:
- ListExpr
public static class ListExpr.Impl extends Positioned.Impl implements ListExpr
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.expr.collection.ListExpr
ListExpr.Impl, ListExpr.Visitor<P,R>
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.Positioned
Positioned.Impl, Positioned.Visitor<P,R>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Expr>getElements()voidsetElements(java.util.List<Expr> elements)-
Methods inherited from class org.fulib.scenarios.ast.Positioned.Impl
getPosition, setPosition
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fulib.scenarios.ast.expr.collection.ListExpr
accept, accept, accept, accept, accept
-
Methods inherited from interface org.fulib.scenarios.ast.Positioned
getPosition, setPosition
-
-
-
-
Constructor Detail
-
Impl
public Impl()
-
Impl
public Impl(java.util.List<Expr> elements)
-
-
Method Detail
-
getElements
public java.util.List<Expr> getElements()
- Specified by:
getElementsin interfaceListExpr
-
setElements
public void setElements(java.util.List<Expr> elements)
- Specified by:
setElementsin interfaceListExpr
-
-