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

Method unparse

code/src/java/plugin/lsttokens/TempBonusLst.java:57–61  ·  view source on GitHub ↗
(LoadContext context, CDOMObject obj)

Source from the content-addressed store, hash-verified

55 }
56
57 @Override
58 public String[] unparse(LoadContext context, CDOMObject obj)
59 {
60 return context.unparseSubtoken(obj, getTokenName());
61 }
62
63 @Override
64 public Class<CDOMObject> getTokenClass()

Callers

nothing calls this directly

Calls 2

getTokenNameMethod · 0.95
unparseSubtokenMethod · 0.65

Tested by

no test coverage detected