Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getTokenName
Method
getTokenName
code/src/java/plugin/lsttokens/UdamLst.java:46–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
{
45
46
@Override
47
public
String getTokenName()
48
{
49
return
"UDAM"
;
50
}
51
52
@Override
53
public
ParseResult parseToken(LoadContext context, CDOMObject obj, String value)
Callers
1
parseToken
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected