MCPcopy Create free account
hub / github.com/FabricMC/Matcher / isStatic

Method isStatic

src/main/java/matcher/type/MemberInstance.java:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 public abstract int getAccess();
113
114 public boolean isStatic() {
115 return isStatic;
116 }
117
118 public boolean isPublic() {
119 return (getAccess() & Opcodes.ACC_PUBLIC) != 0;

Callers 6

StateRecorderMethod · 0.80
canBeRecordComponentMethod · 0.80
canBeRecordComponentMethod · 0.80
getTypeIdxMethod · 0.80
visitMethod · 0.80
setupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected