Last change
on this file 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 | */ |
---|
4 | package de.ugoe.cs.swe.bnftools.scoping; |
---|
5 | |
---|
6 | import 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 | */ |
---|
15 | public class EbnfScopeProvider extends AbstractDeclarativeScopeProvider {//extends SimpleLocalScopeProvider { |
---|
16 | |
---|
17 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.