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

Method unparseSubtoken

code/src/java/pcgen/rules/context/LoadContext.java:124–124  ·  view source on GitHub ↗
(T cdo, String tokenName)

Source from the content-addressed store, hash-verified

122 public <T extends Loadable> void unconditionallyProcess(T cdo, String key, String value);
123
124 public <T> String[] unparseSubtoken(T cdo, String tokenName);
125
126 /**
127 * Unparses the given Object into a Collection of String objects, for each token that

Callers 10

unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
unparseMethod · 0.65
getFavoredClassMethod · 0.65
unparseSubtokenMethod · 0.65
unparseSubtokenMethod · 0.65

Implementers 2

LoadContextInstcode/src/java/pcgen/rules/context/Load
DerivedLoadContextcode/src/java/pcgen/rules/context/Load

Calls

no outgoing calls

Tested by

no test coverage detected