public static class Scenario.Impl extends Positioned.Impl implements Scenario
Scenario.Impl, Scenario.Visitor<P,R>| Constructor and Description |
|---|
Impl() |
Impl(ScenarioFile file,
java.lang.String name,
SentenceList body,
MethodDecl methodDecl) |
| Modifier and Type | Method and Description |
|---|---|
SentenceList |
getBody() |
ScenarioFile |
getFile() |
MethodDecl |
getMethodDecl() |
java.lang.String |
getName() |
void |
setBody(SentenceList body) |
void |
setFile(ScenarioFile file) |
void |
setMethodDecl(MethodDecl methodDecl) |
void |
setName(java.lang.String name) |
getPosition, setPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPosition, of, setPositionpublic Impl()
public Impl(ScenarioFile file, java.lang.String name, SentenceList body, MethodDecl methodDecl)
public ScenarioFile getFile()
public void setFile(ScenarioFile file)
public SentenceList getBody()
public void setBody(SentenceList body)
public MethodDecl getMethodDecl()
getMethodDecl in interface Scenariopublic void setMethodDecl(MethodDecl methodDecl)
setMethodDecl in interface Scenario