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

Method parseToken

code/src/java/plugin/bonustokens/Var.java:28–34  ·  view source on GitHub ↗
(LoadContext context, final String token)

Source from the content-addressed store, hash-verified

26public final class Var extends BonusObj
27{
28 @Override
29 protected boolean parseToken(LoadContext context, final String token)
30 {
31 addBonusInfo(token);
32
33 return true;
34 }
35
36 @Override
37 protected String unparseToken(final Object obj)

Callers

nothing calls this directly

Calls 1

addBonusInfoMethod · 0.80

Tested by

no test coverage detected