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

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

initial commit

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