Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isAssignableFrom
Method · 0.95
getCommonSuperClass
Method · 0.95
getField
Method · 0.95
normalizeVarType
Method · 0.80
getCommonSuperClass
Method · 0.80
checkInitializer
Method · 0.80
getName
Method · 0.80
appendId
Method · 0.80
getDesc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected