Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ isEnum
Method
isEnum
src/main/java/matcher/type/ClassInstance.java:480–482 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
478
}
479
480
public
boolean isEnum() {
481
return
(getAccess() & Opcodes.ACC_ENUM) != 0;
482
}
483
484
public
boolean isAnnotation() {
485
return
(getAccess() & Opcodes.ACC_ANNOTATION) != 0;
Callers
2
getMethod
Method · 0.95
getAccess
Method · 0.80
Calls
1
getAccess
Method · 0.95
Tested by
no test coverage detected