Package jetbrains.mps.project
Class AllUserModelsScope
- java.lang.Object
 - 
- jetbrains.mps.smodel.BaseScope
 - 
- jetbrains.mps.project.FilteredScope
 - 
- jetbrains.mps.project.AllUserModelsScope
 
 
 
 
- 
- All Implemented Interfaces:
 SearchScope
public class AllUserModelsScope extends FilteredScope
 
- 
- 
Field Summary
- 
Fields inherited from class jetbrains.mps.project.FilteredScope
myScope 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AllUserModelsScope() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanacceptModel(SModel model)protected booleanacceptModule(SModule module)static AllUserModelsScopegetInstance()- 
Methods inherited from class jetbrains.mps.project.FilteredScope
getModels, getModules, resolve, resolve 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.jetbrains.mps.openapi.module.SearchScope
resolve 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getInstance
public static AllUserModelsScope getInstance()
 
- 
acceptModule
protected boolean acceptModule(SModule module)
- Specified by:
 acceptModulein classFilteredScope
 
- 
acceptModel
protected boolean acceptModel(SModel model)
- Specified by:
 acceptModelin classFilteredScope
 
 - 
 
 -