Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ isInterface
Method
isInterface
classpath/java/lang/reflect/Modifier.java:39–39 ·
view source on GitHub ↗
(int v)
Source
from the content-addressed store, hash-verified
37
public
static
boolean isNative (
int
v) {
return
(v & NATIVE) != 0; }
38
public
static
boolean isAbstract (
int
v) {
return
(v & ABSTRACT) != 0; }
39
public
static
boolean isInterface(
int
v) {
return
(v & INTERFACE) != 0; }
40
}
Callers
1
getProxyClass
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected