Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getFullName
Method
getFullName
code/src/java/plugin/lsttokens/add/SkillToken.java:66–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
private
String getFullName()
67
{
68
return
getParentToken() + Constants.COLON + getTokenName();
69
}
70
71
@Override
72
public
ParseResult parseNonEmptyToken(LoadContext context, CDOMObject obj, String value)
Callers
2
parseNonEmptyToken
Method · 0.95
unparse
Method · 0.95
Calls
2
getParentToken
Method · 0.95
getTokenName
Method · 0.95
Tested by
no test coverage detected