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

Method getTokenName

code/src/java/plugin/lsttokens/AbilityLst.java:110–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 private static final Class<AbilityCategory> ABILITY_CATEGORY_CLASS = AbilityCategory.class;
109
110 @Override
111 public String getTokenName()
112 {
113 return "ABILITY";
114 }
115
116 @Override
117 protected char separator()

Callers 2

unparseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected