Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
parseClassAbilitiesLevelLine
Method · 0.95
parseAddTokenInfo
Method · 0.95
parseClassLine
Method · 0.95
parseDomainLine
Method · 0.95
parseAbilityLine
Method · 0.95
parseFeatLine
Method · 0.95
parseFeatsHandleAppliedToAndSaveTags
Method · 0.95
parseRaceLine
Method · 0.95
parseSkillLine
Method · 0.95
parseStatLine
Method · 0.95
parseVFeatLine
Method · 0.95
parseEquipmentLine
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected