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

Method getAsmNodes

src/main/java/matcher/type/ClassInstance.java:280–282  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

278 }
279
280 public ClassNode[] getAsmNodes() {
281 return asmNodes;
282 }
283
284 public URI getAsmNodeOrigin(int index) {
285 if (index < 0 || index > 0 && (asmNodeOrigins == null || index >= asmNodeOrigins.length)) throw new IndexOutOfBoundsException(index);

Callers 8

processMethod · 0.95
hasParentMethodMethod · 0.95
getClassFileContentMethod · 0.95
tryLoadTypeMethod · 0.95
getInputPathsMethod · 0.80
mergeClassesMethod · 0.80
checkAncestryMethod · 0.80
processClassAMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected