source: default/trunk/de.ugoe.cs.swe.bnftools.ebnf/src/de/ugoe/cs/swe/bnftools/scoping/EbnfScopeProvider.java @ 5

Last change on this file since 5 was 5, checked in by zeiss, 14 years ago
  • Property svn:mime-type set to text/plain
File size: 432 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/latest/xtext.html#scoping
12 * on how and when to use it
13 *
14 */
15public class EbnfScopeProvider extends AbstractDeclarativeScopeProvider {//extends SimpleLocalScopeProvider {
16
17}
Note: See TracBrowser for help on using the repository browser.