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

Method getTokenName

code/src/java/plugin/lsttokens/race/CrToken.java:41–45  ·  view source on GitHub ↗

Get the token name

()

Source from the content-addressed store, hash-verified

39 * Get the token name
40 */
41 @Override
42 public String getTokenName()
43 {
44 return "CR";
45 }
46
47 @Override
48 public ParseResult parseNonEmptyToken(LoadContext context, Race race, String value)

Callers 1

parseNonEmptyTokenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected