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

Method toString

code/src/java/pcgen/core/Equipment.java:3448–3452  ·  view source on GitHub ↗

Returns the Equipment as a String @return the Equipment as a String

()

Source from the content-addressed store, hash-verified

3446 * @return the Equipment as a String
3447 */
3448 @Override
3449 public String toString()
3450 {
3451 return toString(true);
3452 }
3453
3454 /**
3455 * Returns a String representation of the Equipment

Callers 3

getParentNameMethod · 0.95
formatSaveLineMethod · 0.95
longNameMethod · 0.95

Calls 10

isDirtyMethod · 0.95
getRemainingChargesMethod · 0.95
getMaxChargesMethod · 0.95
setDirtyMethod · 0.95
getDisplayNameMethod · 0.65
isEmptyMethod · 0.65
toStringMethod · 0.65
appendMethod · 0.45
getOutputNameMethod · 0.45

Tested by

no test coverage detected