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