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

Method unparse

code/src/java/plugin/lsttokens/FactLst.java:77–81  ·  view source on GitHub ↗
(LoadContext context, CDOMObject cdo)

Source from the content-addressed store, hash-verified

75 }
76
77 @Override
78 public String[] unparse(LoadContext context, CDOMObject cdo)
79 {
80 return context.unparseSubtoken(cdo, getTokenName());
81 }
82
83 @Override
84 public Class<CDOMObject> getTokenClass()

Callers

nothing calls this directly

Calls 2

getTokenNameMethod · 0.95
unparseSubtokenMethod · 0.65

Tested by

no test coverage detected