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

Method getTokenName

code/src/java/plugin/lsttokens/BonusLst.java:53–57  ·  view source on GitHub ↗

Returns token name @return token name

()

Source from the content-addressed store, hash-verified

51 * @return token name
52 */
53 @Override
54 public String getTokenName()
55 {
56 return "BONUS";
57 }
58
59 @Override
60 public ParseResult parseToken(LoadContext context, CDOMObject obj, String value)

Callers 2

parseTokenMethod · 0.95
unparseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected