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

Method getTokenName

code/src/java/plugin/lsttokens/AutoLst.java:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29{
30
31 @Override
32 public String getTokenName()
33 {
34 return "AUTO";
35 }
36
37 @Override
38 protected ParseResult parseNonEmptyToken(LoadContext context, CDOMObject obj, String value)

Callers 2

parseNonEmptyTokenMethod · 0.95
unparseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected