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