MCPcopy 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

getMethodMethod · 0.95
getAccessMethod · 0.80

Calls 1

getAccessMethod · 0.95

Tested by

no test coverage detected