(@NotNull Schemas s)
| 397 | } |
| 398 | |
| 399 | public void compile(@NotNull Schemas s) { |
| 400 | type = s.compile(typeName, keyName, valueName); |
| 401 | } |
| 402 | |
| 403 | public boolean isCompatible(@NotNull String parent, @NotNull Variable other, @NotNull Context context) { |
| 404 | boolean res = true; |