Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ getStringFor
Method
getStringFor
code/src/java/pcgen/util/StringPClassUtil.java:139–142 ·
view source on GitHub ↗
(Class<?> cl)
Source
from the content-addressed store, hash-verified
137
}
138
139
public
static
String getStringFor(Class<?> cl)
140
{
141
return
stringMap.get(cl);
142
}
143
144
/**
145
* Returns a Collection of the
"Base"
Classes in StringPClassUtil. These are the
Callers
10
parseTokenWithSeparator
Method · 0.95
unparse
Method · 0.95
unparse
Method · 0.95
unparse
Method · 0.95
unparse
Method · 0.95
ObjectInjector
Method · 0.95
getLSTformat
Method · 0.95
getIdentifierType
Method · 0.95
driveChoice
Method · 0.95
appendSpellLines
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected