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

Method getTokenName

code/src/java/plugin/lsttokens/CcskillLst.java:51–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 private static final Class<Skill> SKILL_CLASS = Skill.class;
50
51 @Override
52 public String getTokenName()
53 {
54 return "CCSKILL";
55 }
56
57 @Override
58 protected char separator()

Callers 3

unparseMethod · 0.95
getSourceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected