public interface WriteSentence extends Sentence
| Modifier and Type | Interface and Description |
|---|---|
static class |
WriteSentence.Impl |
static interface |
WriteSentence.Visitor<P,R> |
| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(WriteSentence.Visitor<P,R> visitor,
P par) |
Name |
getActor() |
Expr |
getSource() |
Expr |
getTarget() |
static WriteSentence |
of(Name actor,
Expr source,
Expr target) |
void |
setActor(Name actor) |
void |
setSource(Expr source) |
void |
setTarget(Expr target) |
static WriteSentence of(Name actor, Expr source, Expr target)
Name getActor()
void setActor(Name actor)
Expr getSource()
void setSource(Expr source)
Expr getTarget()
void setTarget(Expr target)
<P,R> R accept(WriteSentence.Visitor<P,R> visitor, P par)