MCPcopy 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

resolveMethodMethod · 0.95
isAssignableFromMethod · 0.95
getCommonSuperClassMethod · 0.95
isCallToInterfaceMethod · 0.80
getTargetHandleMethod · 0.80
compareInsnsMethod · 0.80
updateMethod · 0.80
appendHandleMethod · 0.80
getAccessMethod · 0.80
getTypeIdxMethod · 0.80

Calls 1

getAccessMethod · 0.95

Tested by

no test coverage detected