Package org.jetbrains.mps.openapi.model
Interface ResolveInfo
-
- All Known Implementing Classes:
ResolveInfo.PS
,ResolveInfo.S
public interface ResolveInfo
Captures information about target node necessary for association link- Since:
- 2020.2
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ResolveInfo.PS
static class
ResolveInfo.S
-
Method Summary
Static Methods Modifier and Type Method Description static ResolveInfo
of(String resolveInfo)
static ResolveInfo
of(SNodeReference target, String resolveInfo)
-
-
-
Method Detail
-
of
static ResolveInfo of(String resolveInfo)
-
of
static ResolveInfo of(@NotNull SNodeReference target, @Nullable String resolveInfo)
-
-