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

Method setAuxName

src/main/java/matcher/type/ClassInstance.java:956–961  ·  view source on GitHub ↗
(int index, String name)

Source from the content-addressed store, hash-verified

954 }
955
956 public void setAuxName(int index, String name) {
957 assert name == null || !hasOuterName(name);
958
959 if (this.auxName == null) this.auxName = new String[NameType.AUX_COUNT];
960 this.auxName[index] = name;
961 }
962
963 public boolean isAssignableFrom(ClassInstance c) {
964 if (c == this) return true;

Callers 1

visitDstNameMethod · 0.45

Calls 1

hasOuterNameMethod · 0.95

Tested by

no test coverage detected