/** * generated by Xtext 2.14.0 */ package ca.mcgill.ecse.dslreasoner.vampireLanguage.impl; import ca.mcgill.ecse.dslreasoner.vampireLanguage.VLSWarning; import ca.mcgill.ecse.dslreasoner.vampireLanguage.VampireLanguagePackage; import org.eclipse.emf.ecore.EClass; /** * * An implementation of the model object 'VLS Warning'. * * * @generated */ public class VLSWarningImpl extends VLSConfirmationsImpl implements VLSWarning { /** * * * @generated */ protected VLSWarningImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return VampireLanguagePackage.Literals.VLS_WARNING; } } //VLSWarningImpl