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/AbilityToken.java:100–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
@Override
101
public
String getTokenName()
102
{
103
return
"ABILITY"
;
104
}
105
106
@Override
107
protected
ParseResult parseNonEmptyToken(LoadContext context, CDOMObject obj, String value)
Callers
3
getFullName
Method · 0.95
parseNonEmptyToken
Method · 0.95
unparse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected