Package org.fulib.scenarios.ast.decl
Class UnresolvedName.Impl
- java.lang.Object
-
- org.fulib.scenarios.ast.Positioned.Impl
-
- org.fulib.scenarios.ast.decl.UnresolvedName.Impl
-
- All Implemented Interfaces:
Name,UnresolvedName,Node,Positioned
- Enclosing interface:
- UnresolvedName
public static class UnresolvedName.Impl extends Positioned.Impl implements UnresolvedName
-
-
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.UnresolvedName
UnresolvedName.Impl, UnresolvedName.Visitor<P,R>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetText()java.lang.StringgetValue()voidsetText(java.lang.String text)voidsetValue(java.lang.String value)-
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.UnresolvedName
accept, accept, accept, accept
-
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
- Specified by:
getValuein interfaceUnresolvedName
-
setValue
public void setValue(java.lang.String value)
- Specified by:
setValuein interfaceUnresolvedName
-
getText
public java.lang.String getText()
- Specified by:
getTextin interfaceUnresolvedName
-
setText
public void setText(java.lang.String text)
- Specified by:
setTextin interfaceUnresolvedName
-
-