Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ isEnum
Method
isEnum
classpath/java/lang/Class.java:578–580 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
576
}
577
578
public
boolean isEnum() {
579
return
getSuperclass() == Enum.
class
&& (vmClass.flags & EnumFlag) != 0;
580
}
581
582
public
URL getResource(String path) {
583
if
(path.startsWith(
"/"
)) {
Callers
1
valueOf
Method · 0.80
Calls
1
getSuperclass
Method · 0.95
Tested by
no test coverage detected