Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ getInvokeExp
Method
getInvokeExp
src/main/java/pascal/taie/ir/stmt/Invoke.java:93–95 ·
view source on GitHub ↗
@return the invocation expression of this invoke. @see InvokeExp
()
Source
from the content-addressed store, hash-verified
91
* @see InvokeExp
92
*/
93
public
InvokeExp getInvokeExp() {
94
return
invokeExp;
95
}
96
97
/**
98
* @
return
the method reference of this invoke.
Callers
15
onNewCallEdge
Method · 0.95
onUnresolvedCall
Method · 0.95
onNewCallEdge
Method · 0.95
processCallEdge
Method · 0.95
extractInvokeDynamics
Method · 0.45
onStart
Method · 0.45
visit
Method · 0.45
visit
Method · 0.45
visit
Method · 0.45
toString
Method · 0.45
analyze
Method · 0.45
visit
Method · 0.45
Calls
no outgoing calls
Tested by
1
extractInvokeDynamics
Method · 0.36