MCPcopy 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

getMappingsMethod · 0.95
lookupMethodMethod · 0.95
isSubclass0Method · 0.95
toTransferPointMethod · 0.95
isControllerMethod · 0.95
onStartMethod · 0.95
taintFieldMethod · 0.95
isInnerClassMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected