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

Method parsePCG

code/src/java/pcgen/io/PCGVer2Parser.java:224–231  ·  view source on GitHub ↗

parse a String in PCG format author: Thomas Behr 20-07-02 @param lines the String to parse @throws PCGParseException

(String[] lines)

Source from the content-addressed store, hash-verified

222 * @throws PCGParseException
223 */
224 @Override
225 public void parsePCG(String[] lines) throws PCGParseException
226 {
227 buildPcgLineCache(lines);
228
229 parseCachedLines();
230 resolveLanguages();
231 }
232
233 /**
234 * Check the game mode and then build a list of campaigns the character

Callers 2

readMethod · 0.95

Calls 3

buildPcgLineCacheMethod · 0.95
parseCachedLinesMethod · 0.95
resolveLanguagesMethod · 0.95

Tested by 1