Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ isInterface
Method
isInterface
src/main/java/matcher/type/ClassInstance.java:476–478 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
474
}
475
476
public
boolean isInterface() {
477
return
(getAccess() & Opcodes.ACC_INTERFACE) != 0;
478
}
479
480
public
boolean isEnum() {
481
return
(getAccess() & Opcodes.ACC_ENUM) != 0;
Callers
13
resolveMethod
Method · 0.95
isAssignableFrom
Method · 0.95
getCommonSuperClass
Method · 0.95
isCallToInterface
Method · 0.80
getTargetHandle
Method · 0.80
isJavaLambdaMetafactory
Method · 0.80
compareInsns
Method · 0.80
update
Method · 0.80
appendHandle
Method · 0.80
getAccess
Method · 0.80
visitInvokeDynamicInsn
Method · 0.80
getTypeIdx
Method · 0.80
Calls
1
getAccess
Method · 0.95
Tested by
no test coverage detected