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

Method getTokenName

code/src/java/plugin/lsttokens/TempdescLst.java:39–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37{
38
39 @Override
40 public String getTokenName()
41 {
42 return "TEMPDESC";
43 }
44
45 @Override
46 protected ParseResult parseNonEmptyToken(LoadContext context, CDOMObject obj, String value)

Callers 1

parseNonEmptyTokenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected