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

Method getAsmNode

src/main/java/matcher/type/MethodInstance.java:258–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256 }
257
258 public MethodNode getAsmNode() {
259 return asmNode;
260 }
261
262 public MethodVarInstance getArg(int index) {
263 if (index < 0 || index >= args.length) throw new IllegalArgumentException("invalid arg index: "+index);

Callers 4

getScoreMethod · 0.95
getScoreMethod · 0.95
getScoreMethod · 0.95
checkInitializerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected