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

Method getTokenName

code/src/java/plugin/lsttokens/add/AbilityToken.java:100–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98 }
99
100 @Override
101 public String getTokenName()
102 {
103 return "ABILITY";
104 }
105
106 @Override
107 protected ParseResult parseNonEmptyToken(LoadContext context, CDOMObject obj, String value)

Callers 3

getFullNameMethod · 0.95
parseNonEmptyTokenMethod · 0.95
unparseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected