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

Method inst

code/src/java/pcgen/persistence/lst/TokenStore.java:50–57  ·  view source on GitHub ↗

Create an instance of TokenStore and return it. @return an instance of TokenStore and return it.

()

Source from the content-addressed store, hash-verified

48 * @return an instance of TokenStore and return it.
49 */
50 public static TokenStore inst()
51 {
52 if (inst == null)
53 {
54 inst = new TokenStore();
55 }
56 return inst;
57 }
58
59 public static void reset()
60 {

Callers 8

parseLineMethod · 0.95
parseLineMethod · 0.95
parseLineMethod · 0.95
parseLineMethod · 0.95
parseMiscGameInfoLineMethod · 0.95
parseLineMethod · 0.95
createLoadPluginTaskMethod · 0.95
registerMethod · 0.95

Calls

no outgoing calls

Tested by 1

registerMethod · 0.76