Class MapAccessExpr.Impl
- java.lang.Object
-
- org.fulib.scenarios.ast.Positioned.Impl
-
- org.fulib.scenarios.ast.expr.collection.MapAccessExpr.Impl
-
- All Implemented Interfaces:
CollectionExpr,MapAccessExpr,Expr,Node,Positioned
- Enclosing interface:
- MapAccessExpr
public static class MapAccessExpr.Impl extends Positioned.Impl implements MapAccessExpr
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.expr.collection.MapAccessExpr
MapAccessExpr.Impl, MapAccessExpr.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 NamegetName()ExprgetReceiver()voidsetName(Name name)voidsetReceiver(Expr receiver)-
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.MapAccessExpr
accept, accept, accept, accept, accept
-
Methods inherited from interface org.fulib.scenarios.ast.Positioned
getPosition, setPosition
-
-
-
-
Method Detail
-
getName
public Name getName()
- Specified by:
getNamein interfaceMapAccessExpr
-
setName
public void setName(Name name)
- Specified by:
setNamein interfaceMapAccessExpr
-
getReceiver
public Expr getReceiver()
- Specified by:
getReceiverin interfaceMapAccessExpr
-
setReceiver
public void setReceiver(Expr receiver)
- Specified by:
setReceiverin interfaceMapAccessExpr
-
-