/** * generated by Xtext */ package emfviews.dsl.scoping; import org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider; /** * This class contains custom scoping description. * * see : http://www.eclipse.org/Xtext/documentation.html#scoping * on how and when to use it */ @SuppressWarnings("all") public class VpdlScopeProvider extends AbstractDeclarativeScopeProvider { }