Package org.fulib.scenarios.ast
Class Scenario.Impl
- java.lang.Object
-
- org.fulib.scenarios.ast.Scenario.Impl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.fulib.scenarios.ast.Scenario
Scenario.Impl, Scenario.Visitor<P,R>
-
-
Constructor Summary
Constructors Constructor Description Impl()Impl(ScenarioFile file, java.lang.String name, SentenceList body, MethodDecl methodDecl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SentenceListgetBody()ScenarioFilegetFile()MethodDeclgetMethodDecl()java.lang.StringgetName()voidsetBody(SentenceList body)voidsetFile(ScenarioFile file)voidsetMethodDecl(MethodDecl methodDecl)voidsetName(java.lang.String name)
-
-
-
Constructor Detail
-
Impl
public Impl()
-
Impl
public Impl(ScenarioFile file, java.lang.String name, SentenceList body, MethodDecl methodDecl)
-
-
Method Detail
-
getFile
public ScenarioFile getFile()
-
setFile
public void setFile(ScenarioFile file)
-
getBody
public SentenceList getBody()
-
setBody
public void setBody(SentenceList body)
-
getMethodDecl
public MethodDecl getMethodDecl()
- Specified by:
getMethodDeclin interfaceScenario
-
setMethodDecl
public void setMethodDecl(MethodDecl methodDecl)
- Specified by:
setMethodDeclin interfaceScenario
-
-