Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
mayThrowExplicitly
Method · 0.95
getTaintFieldObjs
Method · 0.95
onNewPointsToSet
Method · 0.80
test
Method · 0.80
dispatch
Method · 0.80
isSubtype
Method · 0.80
dumpDotFile
Method · 0.80
onNewStmt
Method · 0.80
setSolver
Method · 0.80
handleNewNonInvokeStmt
Method · 0.80
getClass
Method · 0.80
toTransferPoint
Method · 0.80
Calls
1
loadClass
Method · 0.65
Tested by
no test coverage detected