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

Method getText

code/src/java/pcgen/io/PCGVer2Parser.java:5365–5368  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5363 }
5364
5365 private String getText()
5366 {
5367 return (text != null) ? text : Constants.EMPTY_STRING;
5368 }
5369
5370 private void addContent(final PCGElement child)
5371 {

Callers 15

parseAddTokenInfoMethod · 0.95
parseClassLineMethod · 0.95
parseDomainLineMethod · 0.95
parseAbilityLineMethod · 0.95
parseFeatLineMethod · 0.95
parseRaceLineMethod · 0.95
parseSkillLineMethod · 0.95
parseStatLineMethod · 0.95
parseVFeatLineMethod · 0.95
parseEquipmentLineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected