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

Method getToken

code/src/java/pcgen/io/exporttoken/Token.java:60–60  ·  view source on GitHub ↗

Get the value of the supplied output token. @param tokenSource The full source of the token e.g. SKILL.0.MISC @param pc The character to retrieve the value for. @param eh The ExsportHandler that is managing the export (may be null for a once off conversion). @return The value of the token.

(String tokenSource, PlayerCharacter pc, ExportHandler eh)

Source from the content-addressed store, hash-verified

58 * @return The value of the token.
59 */
60 public abstract String getToken(String tokenSource, PlayerCharacter pc, ExportHandler eh);
61
62 /**
63 * This method takes a tokenizer and tries to return an integer value for

Callers 15

replaceTokenMethod · 0.95
getTokenStringMethod · 0.95
testThumbMethod · 0.45
testThumbScalingMethod · 0.45
testThumbInvalidMethod · 0.45
testListMethod · 0.45
testPositionalMethod · 0.45
testListMetricMethod · 0.45
testBaseMethod · 0.45
testIterativeMethod · 0.45
testBaseMethod · 0.45
testNonMagicMethod · 0.45

Calls

no outgoing calls

Tested by 15

testThumbMethod · 0.36
testThumbScalingMethod · 0.36
testThumbInvalidMethod · 0.36
testListMethod · 0.36
testPositionalMethod · 0.36
testListMetricMethod · 0.36
testBaseMethod · 0.36
testIterativeMethod · 0.36
testBaseMethod · 0.36
testNonMagicMethod · 0.36
testMagicMethod · 0.36
testAspectMethod · 0.36