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