MCPcopy 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

parseNonEmptyTokenMethod · 0.95
unparseMethod · 0.95

Calls 2

getParentTokenMethod · 0.95
getTokenNameMethod · 0.95

Tested by

no test coverage detected