Package org.fulib.scenarios.ast.sentence
Class WriteSentence.Impl
- java.lang.Object
-
- org.fulib.scenarios.ast.Positioned.Impl
-
- org.fulib.scenarios.ast.sentence.WriteSentence.Impl
-
- All Implemented Interfaces:
Node,Positioned,ActorSentence,Sentence,WriteSentence
- Enclosing interface:
- WriteSentence
public static class WriteSentence.Impl extends Positioned.Impl implements WriteSentence
-
-
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.sentence.WriteSentence
WriteSentence.Impl, WriteSentence.Visitor<P,R>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamegetActor()ExprgetSource()ExprgetTarget()voidsetActor(Name actor)voidsetSource(Expr source)voidsetTarget(Expr target)-
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
-
-
-
-
Method Detail
-
getActor
public Name getActor()
- Specified by:
getActorin interfaceActorSentence- Specified by:
getActorin interfaceWriteSentence
-
setActor
public void setActor(Name actor)
- Specified by:
setActorin interfaceActorSentence- Specified by:
setActorin interfaceWriteSentence
-
getSource
public Expr getSource()
- Specified by:
getSourcein interfaceWriteSentence
-
setSource
public void setSource(Expr source)
- Specified by:
setSourcein interfaceWriteSentence
-
getTarget
public Expr getTarget()
- Specified by:
getTargetin interfaceWriteSentence
-
setTarget
public void setTarget(Expr target)
- Specified by:
setTargetin interfaceWriteSentence
-
-