mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-18 17:58:55 +00:00
[xbase][editor] Reconciler should infer JVM model and resolve types
Change-Id: Ib1ea026aa0bdb9f2e545b505435811423291278c
This commit is contained in:
parent
678255969f
commit
cffd8a0511
1 changed files with 14 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue