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

Method unparse

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

Source from the content-addressed store, hash-verified

51 }
52
53 @Override
54 public String[] unparse(LoadContext context, CDOMObject obj)
55 {
56 return context.unparseSubtoken(obj, getTokenName());
57 }
58
59 @Override
60 public Class<CDOMObject> getTokenClass()

Callers

nothing calls this directly

Calls 2

getTokenNameMethod · 0.95
unparseSubtokenMethod · 0.65

Tested by

no test coverage detected