source: default/v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src-gen/de/ugoe/cs/swe/bnftools/ebnf/impl/GlobalCombinatorImpl.java @ 61

Last change on this file since 61 was 61, checked in by hkaulbersch, 10 years ago

initial commit

  • Property svn:mime-type set to text/plain
File size: 848 bytes
Line 
1/**
2 */
3package de.ugoe.cs.swe.bnftools.ebnf.impl;
4
5import de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage;
6import de.ugoe.cs.swe.bnftools.ebnf.GlobalCombinator;
7
8import org.eclipse.emf.ecore.EClass;
9
10/**
11 * <!-- begin-user-doc -->
12 * An implementation of the model object '<em><b>Global Combinator</b></em>'.
13 * <!-- end-user-doc -->
14 * <p>
15 * </p>
16 *
17 * @generated
18 */
19public class GlobalCombinatorImpl extends MergeRuleImpl implements GlobalCombinator
20{
21  /**
22   * <!-- begin-user-doc -->
23   * <!-- end-user-doc -->
24   * @generated
25   */
26  protected GlobalCombinatorImpl()
27  {
28    super();
29  }
30
31  /**
32   * <!-- begin-user-doc -->
33   * <!-- end-user-doc -->
34   * @generated
35   */
36  @Override
37  protected EClass eStaticClass()
38  {
39    return EbnfPackage.Literals.GLOBAL_COMBINATOR;
40  }
41
42} //GlobalCombinatorImpl
Note: See TracBrowser for help on using the repository browser.