MCPcopy Create free account
hub / github.com/FabricMC/Matcher / isPrimitive

Method isPrimitive

src/main/java/matcher/type/ClassInstance.java:411–415  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

409 }
410
411 public boolean isPrimitive() {
412 char start = id.charAt(0);
413
414 return start != 'L' && start != '[';
415 }
416
417 public int getSlotSize() {
418 char start = id.charAt(0);

Callers 9

isAssignableFromMethod · 0.95
getCommonSuperClassMethod · 0.95
getFieldMethod · 0.95
normalizeVarTypeMethod · 0.80
getCommonSuperClassMethod · 0.80
checkInitializerMethod · 0.80
getNameMethod · 0.80
appendIdMethod · 0.80
getDescMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected