MCPcopy Create free account
hub / github.com/PCGen/pcgen / getStringFor

Method getStringFor

code/src/java/pcgen/util/StringPClassUtil.java:139–142  ·  view source on GitHub ↗
(Class<?> cl)

Source from the content-addressed store, hash-verified

137 }
138
139 public static String getStringFor(Class<?> cl)
140 {
141 return stringMap.get(cl);
142 }
143
144 /**
145 * Returns a Collection of the "Base" Classes in StringPClassUtil. These are the

Callers 10

unparseMethod · 0.95
unparseMethod · 0.95
unparseMethod · 0.95
unparseMethod · 0.95
ObjectInjectorMethod · 0.95
getLSTformatMethod · 0.95
getIdentifierTypeMethod · 0.95
driveChoiceMethod · 0.95
appendSpellLinesMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected