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

Method getTokenName

code/src/java/plugin/lsttokens/pcclass/HdToken.java:33–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31{
32
33 @Override
34 public String getTokenName()
35 {
36 return "HD";
37 }
38
39 @Override
40 public ParseResult parseToken(LoadContext context, PCClass pcc, String value)

Callers 2

parseTokenMethod · 0.95
unparseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected