Package org.fulib.scenarios.ast.decl
Class ResolvedName.Impl
- java.lang.Object
-
- org.fulib.scenarios.ast.Positioned.Impl
-
- org.fulib.scenarios.ast.decl.ResolvedName.Impl
-
- All Implemented Interfaces:
Name,ResolvedName,Node,Positioned
- Enclosing interface:
- ResolvedName
public static class ResolvedName.Impl extends Positioned.Impl implements ResolvedName
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.Positioned
Positioned.Impl, Positioned.Visitor<P,R>
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.decl.ResolvedName
ResolvedName.Impl, ResolvedName.Visitor<P,R>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeclgetDecl()voidsetDecl(Decl decl)-
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.Positioned
getPosition, setPosition
-
Methods inherited from interface org.fulib.scenarios.ast.decl.ResolvedName
accept, accept, accept, accept
-
-
-
-
Constructor Detail
-
Impl
public Impl()
-
Impl
public Impl(Decl decl)
-
-
Method Detail
-
getDecl
public Decl getDecl()
- Specified by:
getDeclin interfaceResolvedName
-
setDecl
public void setDecl(Decl decl)
- Specified by:
setDeclin interfaceResolvedName
-
-