blob: c4d85e24d5170844322bebd849938a006c3b35d9 [file] [log] [blame]
/*
* generated by Xtext
*/
package org.eclipse.xtext.example.fowlerdsl.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 StatemachineScopeProvider extends AbstractDeclarativeScopeProvider {
}