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

Method getTokenName

code/src/java/plugin/lsttokens/AddLst.java:43–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 */
42
43 @Override
44 public String getTokenName()
45 {
46 return "ADD";
47 }
48
49 @Override
50 protected ParseResult parseNonEmptyToken(LoadContext context, CDOMObject obj, String value)

Callers 2

parseNonEmptyTokenMethod · 0.95
unparseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected