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