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

Method getTokenName

code/src/java/plugin/lsttokens/ModifyLst.java:53–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51{
52
53 @Override
54 public String getTokenName()
55 {
56 return "MODIFY";
57 }
58
59 @Override
60 public ParseResult parseNonEmptyToken(LoadContext context, VarHolder obj, String value)

Callers 1

parseNonEmptyTokenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected