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

Method getTokenName

code/src/java/plugin/lsttokens/level/LevelToken.java:34–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32{
33
34 @Override
35 public String getTokenName()
36 {
37 return "LEVEL";
38 }
39
40 @Override
41 public boolean parse(LevelInfo levelInfo, String value)

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected