source: default/v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src/de/ugoe/cs/swe/bnftools/scoping/EbnfScopeProvider.xtend @ 61

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

initial commit

File size: 332 bytes
Line 
1/*
2 * generated by Xtext
3 */
4package de.ugoe.cs.swe.bnftools.scoping
5
6/**
7 * This class contains custom scoping description.
8 *
9 * see : http://www.eclipse.org/Xtext/documentation.html#scoping
10 * on how and when to use it
11 *
12 */
13class EbnfScopeProvider extends org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider {
14
15}
Note: See TracBrowser for help on using the repository browser.