Package jetbrains.mps.smodel.runtime
Interface ReferenceScopeProvider
- 
- All Known Implementing Classes:
 BaseScopeProvider
public interface ReferenceScopeProvider 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScopecreateScope(IOperationContext operationContext, ReferenceConstraintsContext _context)StringgetPresentation(IOperationContext operationContext, ReferencePresentationContext _context)SNodeReferencegetSearchScopeValidatorNode()For convenience navigation from errors in search scope to the checking functionbooleanhasPresentation() 
 - 
 
- 
- 
Method Detail
- 
createScope
Scope createScope(IOperationContext operationContext, ReferenceConstraintsContext _context)
 
- 
hasPresentation
boolean hasPresentation()
 
- 
getPresentation
String getPresentation(IOperationContext operationContext, ReferencePresentationContext _context)
 
- 
getSearchScopeValidatorNode
SNodeReference getSearchScopeValidatorNode()
For convenience navigation from errors in search scope to the checking function- Returns:
 - pointer to corresponding ConceptFunction node or null
 
 
 - 
 
 -