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