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

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

There is a newer version: 2.4.3
Show newest version
/**
 * 
 * 
 *
 * $Id: UntilTokenImpl.java,v 1.1 2010/04/06 14:10:01 sefftinge Exp $
 */
package org.eclipse.xtext.impl;

import org.eclipse.emf.ecore.EClass;

import org.eclipse.xtext.UntilToken;
import org.eclipse.xtext.XtextPackage;

/**
 * 
 * An implementation of the model object 'Until Token'.
 * 
 * 

*

* * @generated */ public class UntilTokenImpl extends AbstractNegatedTokenImpl implements UntilToken { /** * * * @generated */ protected UntilTokenImpl() { super(); } /** * * * @generated */ @Override protected EClass eStaticClass() { return XtextPackage.Literals.UNTIL_TOKEN; } } //UntilTokenImpl




© 2015 - 2025 Weber Informatics LLC | Privacy Policy