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

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

There is a newer version: 2.4.3
Show newest version
/**
 * 
 * 
 *
 * $Id: WildcardImpl.java,v 1.4 2010/04/06 14:09:55 sefftinge Exp $
 */
package org.eclipse.xtext.impl;

import org.eclipse.emf.ecore.EClass;

import org.eclipse.xtext.Wildcard;
import org.eclipse.xtext.XtextPackage;

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

*

* * @generated */ public class WildcardImpl extends AbstractElementImpl implements Wildcard { /** * * * @generated */ protected WildcardImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return XtextPackage.Literals.WILDCARD; } } //WildcardImpl




© 2015 - 2025 Weber Informatics LLC | Privacy Policy