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

Method isArray

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

Source from the content-addressed store, hash-verified

421 }
422
423 public boolean isArray() {
424 return elementClass != null;
425 }
426
427 public int getArrayDimensions() {
428 if (elementClass == null) return 0;

Callers 9

getElementClassMethod · 0.95
getMethodMethod · 0.95
matchMethod · 0.80
unmatchMethod · 0.80
visitMethod · 0.80
ClassInstanceMethod · 0.80
appendIdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected