public Scenario(Object test) { this.test = test; semanticModelState = new SemanticModel.AAAMemento(); semanticModel = new SemanticModel.AAA(semanticModelState); semantics = new Semantics(test, semanticModel); }
public AAA() { semanticModelMemento = new SemanticModel.AAAMemento(); semanticModel = new SemanticModel.AAA(semanticModelMemento); semantics = new Semantics(semanticModel); }