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

Method getMethod

src/main/java/matcher/type/ClassInstance.java:492–494  ·  view source on GitHub ↗
(String id)

Source from the content-addressed store, hash-verified

490 }
491
492 public MethodInstance getMethod(String id) {
493 return methodIdx.get(id);
494 }
495
496 public FieldInstance getField(String id) {
497 return fieldIdx.get(id);

Callers 15

resolveMethodMethod · 0.95
mapMethodNameMethod · 0.95
mapArgNameMethod · 0.95
mapLocalVariableNameMethod · 0.95
getMethodMethod · 0.95
readMethod · 0.95
matchMethod · 0.45
visitMethodMethod · 0.45

Calls 7

getIdMethod · 0.95
getArrayDimensionsMethod · 0.95
isArrayMethod · 0.95
getNameMethod · 0.95
getNameMethod · 0.65
getMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected