Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ isInterface
Method
isInterface
src/main/java/pascal/taie/language/classes/JClass.java:186–188 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
184
}
185
186
public
boolean isInterface() {
187
return
Modifier.hasInterface(modifiers);
188
}
189
190
public
boolean isAbstract() {
191
return
Modifier.hasAbstract(modifiers);
Callers
4
visit
Method · 0.95
addClass
Method · 0.45
isSubclass0
Method · 0.45
getAllSubclassesOf0
Method · 0.45
Calls
1
hasInterface
Method · 0.95
Tested by
no test coverage detected