public static class TakeSentence.Impl extends java.lang.Object implements TakeSentence
TakeSentence.Impl, TakeSentence.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(Name actor,
Name varName,
Expr example,
Expr collection,
SentenceList actions) |
| Modifier and Type | Method and Description |
|---|---|
SentenceList |
getActions() |
Name |
getActor() |
Expr |
getCollection() |
Expr |
getExample() |
Name |
getVarName() |
void |
setActions(SentenceList actions) |
void |
setActor(Name actor) |
void |
setCollection(Expr collection) |
void |
setExample(Expr example) |
void |
setVarName(Name varName) |
public Impl()
public Impl(Name actor, Name varName, Expr example, Expr collection, SentenceList actions)
public Name getActor()
getActor in interface ActorSentencegetActor in interface TakeSentencepublic void setActor(Name actor)
setActor in interface ActorSentencesetActor in interface TakeSentencepublic Name getVarName()
getVarName in interface TakeSentencepublic void setVarName(Name varName)
setVarName in interface TakeSentencepublic Expr getExample()
getExample in interface TakeSentencepublic void setExample(Expr example)
setExample in interface TakeSentencepublic Expr getCollection()
getCollection in interface TakeSentencepublic void setCollection(Expr collection)
setCollection in interface TakeSentencepublic SentenceList getActions()
getActions in interface TakeSentencepublic void setActions(SentenceList actions)
setActions in interface TakeSentence