mirror of https://github.com/Minres/RDL-Editor.git
10 lines
216 B
Java
10 lines
216 B
Java
|
/*
|
||
|
* generated by Xtext 2.12.0
|
||
|
*/
|
||
|
package com.minres.rdl.scoping;
|
||
|
|
||
|
import org.eclipse.xtext.scoping.impl.DelegatingScopeProvider;
|
||
|
|
||
|
public abstract class AbstractRDLScopeProvider extends DelegatingScopeProvider {
|
||
|
}
|