All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.xtext.impl.ReferencedMetamodelImpl Maven / Gradle / Ivy

/**
 * 
 * 
 *
 * $Id: ReferencedMetamodelImpl.java,v 1.14 2010/04/06 14:10:07 sefftinge Exp $
 */
package org.eclipse.xtext.impl;

import org.eclipse.emf.ecore.EClass;

import org.eclipse.xtext.ReferencedMetamodel;
import org.eclipse.xtext.XtextPackage;

/**
 * 
 * An implementation of the model object 'Referenced Metamodel'.
 * 
 * 

*

* * @generated */ public class ReferencedMetamodelImpl extends AbstractMetamodelDeclarationImpl implements ReferencedMetamodel { /** * * * @generated */ protected ReferencedMetamodelImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return XtextPackage.Literals.REFERENCED_METAMODEL; } } //ReferencedMetamodelImpl




© 2015 - 2025 Weber Informatics LLC | Privacy Policy