public static class RemoveSentence.Impl extends Positioned.Impl implements RemoveSentence
RemoveSentence.Impl, RemoveSentence.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(Name actor,
Expr source,
Expr target) |
| Modifier and Type | Method and Description |
|---|---|
Name |
getActor() |
Expr |
getSource() |
Expr |
getTarget() |
void |
setActor(Name actor) |
void |
setSource(Expr source) |
void |
setTarget(Expr target) |
getPosition, setPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, accept, accept, accept, accept, accept, ofgetPosition, of, setPositionpublic Name getActor()
getActor in interface ActorSentencegetActor in interface MutatingSentencegetActor in interface RemoveSentencepublic void setActor(Name actor)
setActor in interface ActorSentencesetActor in interface MutatingSentencesetActor in interface RemoveSentencepublic Expr getSource()
getSource in interface MutatingSentencegetSource in interface RemoveSentencepublic void setSource(Expr source)
setSource in interface MutatingSentencesetSource in interface RemoveSentencepublic Expr getTarget()
getTarget in interface MutatingSentencegetTarget in interface RemoveSentencepublic void setTarget(Expr target)
setTarget in interface MutatingSentencesetTarget in interface RemoveSentence