Package org.fulib.scenarios.ast.sentence
Class TakeSentence.Impl
- java.lang.Object
-
- org.fulib.scenarios.ast.Positioned.Impl
-
- org.fulib.scenarios.ast.sentence.TakeSentence.Impl
-
- All Implemented Interfaces:
Node,Positioned,ActorSentence,Sentence,TakeSentence
- Enclosing interface:
- TakeSentence
public static class TakeSentence.Impl extends Positioned.Impl implements TakeSentence
-
-
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.TakeSentence
TakeSentence.Impl, TakeSentence.Visitor<P,R>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamegetActor()SentencegetBody()ExprgetCollection()ExprgetExample()NamegetVarName()voidsetActor(Name actor)voidsetBody(Sentence body)voidsetCollection(Expr collection)voidsetExample(Expr example)voidsetVarName(Name varName)-
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 interfaceTakeSentence
-
setActor
public void setActor(Name actor)
- Specified by:
setActorin interfaceActorSentence- Specified by:
setActorin interfaceTakeSentence
-
getVarName
public Name getVarName()
- Specified by:
getVarNamein interfaceTakeSentence
-
setVarName
public void setVarName(Name varName)
- Specified by:
setVarNamein interfaceTakeSentence
-
getExample
public Expr getExample()
- Specified by:
getExamplein interfaceTakeSentence
-
setExample
public void setExample(Expr example)
- Specified by:
setExamplein interfaceTakeSentence
-
getCollection
public Expr getCollection()
- Specified by:
getCollectionin interfaceTakeSentence
-
setCollection
public void setCollection(Expr collection)
- Specified by:
setCollectionin interfaceTakeSentence
-
getBody
public Sentence getBody()
- Specified by:
getBodyin interfaceTakeSentence
-
setBody
public void setBody(Sentence body)
- Specified by:
setBodyin interfaceTakeSentence
-
-