Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ getSuperClass
Method
getSuperClass
src/main/java/pascal/taie/language/classes/JClass.java:210–213 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
208
}
209
210
@Nullable
211
public
JClass getSuperClass() {
212
return
superClass;
213
}
214
215
public
Collection<JClass> getInterfaces() {
216
return
interfaces;
Callers
8
getMappings
Method · 0.95
lookupMethod
Method · 0.95
isSubclass0
Method · 0.95
toTransferPoint
Method · 0.95
isController
Method · 0.95
onStart
Method · 0.95
taintField
Method · 0.95
isInnerClass
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected