Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ isAbstract
Method
isAbstract
src/main/java/pascal/taie/language/classes/JMethod.java:100–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
public
boolean isAbstract() {
101
return
Modifier.hasAbstract(modifiers);
102
}
103
104
public
boolean isNative() {
105
return
Modifier.hasNative(modifiers);
Callers
5
lookupMethod
Method · 0.95
lookupMethodFromSuperinterfaces
Method · 0.95
getIR
Method · 0.95
run
Method · 0.95
csMapByTaintNum
Method · 0.95
Calls
1
hasAbstract
Method · 0.95
Tested by
no test coverage detected