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/JClass.java:190–192 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
188
}
189
190
public
boolean isAbstract() {
191
return
Modifier.hasAbstract(modifiers);
192
}
193
194
public
boolean isStatic() {
195
return
Modifier.hasStatic(modifiers);
Callers
15
getTaintFieldObjs
Method · 0.95
testStmtIndexer
Method · 0.45
visit
Method · 0.45
onStart
Method · 0.45
onStart
Method · 0.45
visit
Method · 0.45
breadthFirst
Method · 0.45
breadthFirstMaxIter
Method · 0.45
CachedIRBuilder
Method · 0.45
buildAll
Method · 0.45
convert
Method · 0.45
buildAll
Method · 0.45
Calls
1
hasAbstract
Method · 0.95
Tested by
1
testStmtIndexer
Method · 0.36