Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ isNative
Method
isNative
src/main/java/pascal/taie/language/classes/JMethod.java:104–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
102
}
103
104
public
boolean isNative() {
105
return
Modifier.hasNative(modifiers);
106
}
107
108
public
boolean isConstructor() {
109
return
name.equals(MethodNames.INIT);
Callers
5
getIR
Method · 0.95
CachedIRBuilder
Method · 0.80
buildAll
Method · 0.80
convert
Method · 0.80
buildAll
Method · 0.80
Calls
1
hasNative
Method · 0.95
Tested by
no test coverage detected