Package org.fulib.scenarios.ast.sentence
Class AddSentence.Impl
- java.lang.Object
-
- org.fulib.scenarios.ast.Positioned.Impl
-
- org.fulib.scenarios.ast.sentence.AddSentence.Impl
-
- All Implemented Interfaces:
Node,Positioned,ActorSentence,AddSentence,Sentence
- Enclosing interface:
- AddSentence
public static class AddSentence.Impl extends Positioned.Impl implements AddSentence
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.sentence.AddSentence
AddSentence.Impl, AddSentence.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 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.sentence.AddSentence
accept, accept, accept, accept, accept
-
Methods inherited from interface org.fulib.scenarios.ast.Positioned
getPosition, setPosition
-
-
-
-
Method Detail
-
getActor
public Name getActor()
- Specified by:
getActorin interfaceActorSentence- Specified by:
getActorin interfaceAddSentence
-
setActor
public void setActor(Name actor)
- Specified by:
setActorin interfaceActorSentence- Specified by:
setActorin interfaceAddSentence
-
getSource
public Expr getSource()
- Specified by:
getSourcein interfaceAddSentence
-
setSource
public void setSource(Expr source)
- Specified by:
setSourcein interfaceAddSentence
-
getTarget
public Expr getTarget()
- Specified by:
getTargetin interfaceAddSentence
-
setTarget
public void setTarget(Expr target)
- Specified by:
setTargetin interfaceAddSentence
-
-