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

Method getName

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

Source from the content-addressed store, hash-verified

96 }
97
98 @Override
99 public String getName() {
100 return getName(id);
101 }
102
103 @Override
104 public String getName(NameType type) {

Callers 7

processInputsMethod · 0.95
createClassPathClassMethod · 0.95
getDisplayNameMethod · 0.95
getMethodMethod · 0.95
getMissingClsMethod · 0.95
mapMethod · 0.95
getFieldMethod · 0.95

Calls 12

getInnerName0Method · 0.95
getArrayDimensionsMethod · 0.95
getUidMethod · 0.95
hasOuterNameMethod · 0.95
getNestedNameMethod · 0.95
isPrimitiveMethod · 0.80
isAuxMethod · 0.80
getAuxIndexMethod · 0.80
getNameMethod · 0.65
getGlobalMethod · 0.65
toStringMethod · 0.45

Tested by

no test coverage detected