| bind scoping class [message #1063926] |
Sat, 15 June 2013 19:37 |
Eclipse User |
|
|
|
Hi all ,
I use Xtext 4.2.1.
all class are Xtend.but I create a
class MyScoping extends AbstractDeclarativeScopeProvider{}
and bind it in the runtimemodule : @Override
public Class<? extends IScopeProvider> bindIScopeProvider() {
return MyScoping.class;
I wrote java code in here and I wrote xtend code in the automatically gerenerated
class MyDsl2ScopeProvider extends org.eclipse.xtext.scoping.impl.AbstractDeclarativeScopeProvider {}
I wrote code for different scop but these two class not work together.
must I use one ?
I want to use this two class is it possible?
best regards
|
|
|
Powered by
FUDForum. Page generated in 0.03408 seconds