Package jetbrains.mps.smodel
Class ReferenceScopeHelper
- java.lang.Object
 - 
- jetbrains.mps.smodel.ReferenceScopeHelper
 
 
- 
public class ReferenceScopeHelper extends Object
THIS IS MPS-INTERNAL STUFF AND MAY CHANGE WITHOUT NOTICE. DON'T USE OUTSIDE OF MPS CORE. Each time one tries to navigate dynamic reference, there's a new Scope instance created and consulted. It's obvious there' no need to build scope again and again unless a model has been modified.ReferenceScopeHelperis deemed to address this kind of scope caching.- Since:
 - 2018.3
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReferenceScopeHelper.Source 
- 
Constructor Summary
Constructors Constructor Description ReferenceScopeHelper() 
 - 
 
- 
- 
Method Detail
- 
getScope
public Scope getScope(@NotNull SReference reference)
 
 - 
 
 -