Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getTokenName
Method
getTokenName
code/src/java/plugin/lsttokens/add/SkillToken.java:54–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
private
static
final
Class<Skill> SKILL_CLASS = Skill.
class
;
53
54
@Override
55
public
String getTokenName()
56
{
57
return
"SKILL"
;
58
}
59
60
@Override
61
public
String getParentToken()
Callers
3
getFullName
Method · 0.95
parseNonEmptyToken
Method · 0.95
unparse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected