source: default/v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src-gen/de/ugoe/cs/swe/bnftools/ebnf/GlobalCombinator.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: 380 bytes
Line 
1/**
2 */
3package de.ugoe.cs.swe.bnftools.ebnf;
4
5
6/**
7 * <!-- begin-user-doc -->
8 * A representation of the model object '<em><b>Global Combinator</b></em>'.
9 * <!-- end-user-doc -->
10 *
11 *
12 * @see de.ugoe.cs.swe.bnftools.ebnf.EbnfPackage#getGlobalCombinator()
13 * @model
14 * @generated
15 */
16public interface GlobalCombinator extends MergeRule
17{
18} // GlobalCombinator
Note: See TracBrowser for help on using the repository browser.