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

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

/**
 * 
 * 
 *
 * $Id: AlternativesImpl.java,v 1.13 2010/04/06 14:10:00 sefftinge Exp $
 */
package org.eclipse.xtext.impl;

import org.eclipse.emf.ecore.EClass;

import org.eclipse.xtext.Alternatives;
import org.eclipse.xtext.XtextPackage;

/**
 * 
 * An implementation of the model object 'Alternatives'.
 * 
 * 

*

* * @generated */ public class AlternativesImpl extends CompoundElementImpl implements Alternatives { /** * * * @generated */ protected AlternativesImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return XtextPackage.Literals.ALTERNATIVES; } } //AlternativesImpl




© 2015 - 2025 Weber Informatics LLC | Privacy Policy