MCPcopy Create free account
hub / github.com/LFYSec/MScan / getJClass

Method getJClass

src/main/java/pascal/taie/language/type/ClassType.java:50–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 public JClass getJClass() {
51 if (jclass == null) {
52 jclass = loader.loadClass(name);
53 }
54 return jclass;
55 }
56
57 @Override
58 public boolean equals(Object o) {

Callers 15

mayThrowExplicitlyMethod · 0.95
getTaintFieldObjsMethod · 0.95
onNewPointsToSetMethod · 0.80
testMethod · 0.80
dispatchMethod · 0.80
isSubtypeMethod · 0.80
dumpDotFileMethod · 0.80
onNewStmtMethod · 0.80
setSolverMethod · 0.80
getClassMethod · 0.80
toTransferPointMethod · 0.80

Calls 1

loadClassMethod · 0.65

Tested by

no test coverage detected