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

Method getTokenName

code/src/java/plugin/lsttokens/SrLst.java:37–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35{
36
37 @Override
38 public String getTokenName()
39 {
40 return "SR";
41 }
42
43 @Override
44 public ParseResult parseToken(LoadContext context, CDOMObject obj, String value)

Callers 1

parseTokenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected