blob: af5c5094c7050c8510d8b9a45ae05a570bb93e89 [file] [log] [blame]
/*
* generated by Xtext
*/
package org.xtext.example.mydsl.scoping;
import org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider;
/**
* This class contains custom scoping description.
*
* see : http://www.eclipse.org/Xtext/documentation/latest/xtext.html#scoping
* on how and when to use it
*
*/
public class MyDslScopeProvider extends AbstractDeclarativeScopeProvider {
}