MCPcopy Create free account
hub / github.com/e2wugui/zeze / compile

Method compile

ZezeJava/ZezeJava/src/main/java/Zeze/Schemas.java:249–257  ·  view source on GitHub ↗
(@NotNull Schemas s)

Source from the content-addressed store, hash-verified

247 }
248
249 public void compile(@NotNull Schemas s) {
250 key = s.compile(keyName, "", "");
251 if (key != null && key instanceof Bean)
252 ((Bean)key).keyRefCount++;
253
254 value = s.compile(valueName, "", "");
255 if (value != null && name.equals("set") && value instanceof Bean)
256 ((Bean)value).keyRefCount++;
257 }
258
259 private static final Map<String, String> sqlTypeTable = new HashMap<>();
260

Callers 1

compileMethod · 0.95

Calls 2

equalsMethod · 0.65
compileMethod · 0.45

Tested by

no test coverage detected