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

Method parseBirthdayLine

code/src/java/pcgen/io/PCGVer2Parser.java:604–608  ·  view source on GitHub ↗
(String line)

Source from the content-addressed store, hash-verified

602 }
603
604 private void parseBirthdayLine(String line)
605 {
606 thePC.setPCAttribute(PCStringKey.BIRTHDAY,
607 EntityEncoder.decode(line.substring(IOConstants.TAG_BIRTHDAY.length() + 1)));
608 }
609
610 private void parseBirthplaceLine(String line)
611 {

Callers 1

parseCachedLinesMethod · 0.95

Calls 2

decodeMethod · 0.95
setPCAttributeMethod · 0.80

Tested by

no test coverage detected