/** */ package hu.bme.mit.inf.dslreasoner.alloyLanguage.impl; import hu.bme.mit.inf.dslreasoner.alloyLanguage.ALSStringScope; import hu.bme.mit.inf.dslreasoner.alloyLanguage.AlloyLanguagePackage; import org.eclipse.emf.ecore.EClass; /** * * An implementation of the model object 'ALS String Scope'. * * * @generated */ public class ALSStringScopeImpl extends ALSTypeScopeImpl implements ALSStringScope { /** * * * @generated */ protected ALSStringScopeImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return AlloyLanguagePackage.Literals.ALS_STRING_SCOPE; } } //ALSStringScopeImpl