mirror of
https://github.com/Minres/RDL-Editor.git
synced 2025-02-23 00:21:37 +01:00
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 {
|
|
}
|