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

Method getFullName

code/src/java/plugin/lsttokens/auto/EquipToken.java:69–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 private String getFullName()
70 {
71 return getParentToken() + Constants.COLON + getTokenName();
72 }
73
74 @Override
75 protected 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