Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ getName
Method
getName
classpath/java/lang/Class.java:77–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
public
String getName() {
78
return
getName(vmClass);
79
}
80
81
public
static
String getName(VMClass c) {
82
if
(c.name == null) {
Callers
10
writeObject
Method · 0.95
serializeArray
Method · 0.95
serializeObject
Method · 0.95
toString
Method · 0.95
getCanonicalName
Method · 0.95
getSimpleName
Method · 0.95
getComponentType
Method · 0.95
getClassType
Method · 0.95
set
Method · 0.95
classDesc
Method · 0.95
Calls
4
primitiveClass
Method · 0.95
makeString
Method · 0.95
replace
Method · 0.95
getBytes
Method · 0.80
Tested by
no test coverage detected