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

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

fixed imports

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