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

Method getTokenName

code/src/java/plugin/lsttokens/equipment/WtToken.java:40–44  ·  view source on GitHub ↗

Get token name @return token name

()

Source from the content-addressed store, hash-verified

38 * @return token name
39 */
40 @Override
41 public String getTokenName()
42 {
43 return "WT";
44 }
45
46 @Override
47 protected ParseResult parseNonEmptyToken(LoadContext context, Equipment eq, String value)

Callers 2

parseNonEmptyTokenMethod · 0.95
unparseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected