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

Method getTokenName

code/src/java/plugin/lsttokens/TempBonusLst.java:34–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32{
33
34 @Override
35 public String getTokenName()
36 {
37 return "TEMPBONUS";
38 }
39
40 @Override
41 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