Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ isDynamic
Method
isDynamic
src/main/java/pascal/taie/ir/stmt/Invoke.java:121–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
}
120
121
public
boolean isDynamic() {
122
return
invokeExp instanceof InvokeDynamic;
123
}
124
125
public
JMethod getContainer() {
126
return
container;
Callers
15
visit
Method · 0.80
visit
Method · 0.80
onNewStmt
Method · 0.80
onNewStmt
Method · 0.80
visit
Method · 0.80
mayThrowExplicitly
Method · 0.80
visit
Method · 0.80
visit
Method · 0.80
getInvokeReps
Method · 0.80
onNewStmt
Method · 0.80
onNewStmt
Method · 0.80
onNewStmt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected