Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getFullName
Method
getFullName
code/src/java/plugin/lsttokens/add/EquipToken.java:61–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
private
String getFullName()
62
{
63
return
getParentToken() + Constants.COLON + getTokenName();
64
}
65
66
@Override
67
public
String getTokenName()
Callers
2
parseNonEmptyToken
Method · 0.95
unparse
Method · 0.95
Calls
2
getParentToken
Method · 0.95
getTokenName
Method · 0.95
Tested by
no test coverage detected