Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ isInterface
Method
isInterface
classpath/java/lang/Class.java:504–506 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
502
}
503
504
public
boolean isInterface() {
505
return
(vmClass.flags & Modifier.INTERFACE) != 0;
506
}
507
508
public
boolean isAnnotation() {
509
return
(vmClass.flags & 0x2000) != 0;
Callers
1
toString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected