Package org.jetbrains.mps.openapi.model
Interface ResolveInfo
- 
- All Known Implementing Classes:
- ResolveInfo.CM,- ResolveInfo.S
 
 public interface ResolveInfo
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classResolveInfo.CMstatic classResolveInfo.S
 - 
Method SummaryStatic Methods Modifier and Type Method Description static ResolveInfoof(String resolveInfo)static ResolveInfoof(SModelReference targetModel, String resolveInfo)Gives additional context where to resolve based on supplied resolveInfo
 
- 
- 
- 
Method Detail- 
ofstatic ResolveInfo of(String resolveInfo) 
 - 
ofstatic ResolveInfo of(@Nullable SModelReference targetModel, String resolveInfo) Gives additional context where to resolve based on supplied resolveInfo
 
- 
 
-