[xbase][editor] Reconciler should infer JVM model and resolve types

Change-Id: Ib1ea026aa0bdb9f2e545b505435811423291278c
This commit is contained in:
Jan Koehnlein 2014-06-26 14:35:05 +02:00
parent 678255969f
commit cffd8a0511

View file

@ -150,5 +150,19 @@ public class DerivedStateAwareResource extends LazyLinkingResource {
}
}
}
/**
* @since 2.7
*/
public boolean isChangingDerivedState() {
return isInitializing;
}
/**
* @since 2.7
*/
public boolean hasDerivedState() {
return fullyInitialized;
}
}