MCPcopy 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

visitMethod · 0.80
visitMethod · 0.80
onNewStmtMethod · 0.80
onNewStmtMethod · 0.80
visitMethod · 0.80
mayThrowExplicitlyMethod · 0.80
visitMethod · 0.80
visitMethod · 0.80
getInvokeRepsMethod · 0.80
onNewStmtMethod · 0.80
onNewStmtMethod · 0.80
onNewStmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected