Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getElementClass
Method · 0.95
getElementClassShallow
Method · 0.95
getMethod
Method · 0.95
match
Method · 0.80
unmatch
Method · 0.80
checkPotentialEquality
Method · 0.80
visit
Method · 0.80
ClassInstance
Method · 0.80
appendId
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected