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

Method isStatic

src/main/java/pascal/taie/ir/stmt/Invoke.java:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 }
116
117 public boolean isStatic() {
118 return invokeExp instanceof InvokeStatic;
119 }
120
121 public boolean isDynamic() {
122 return invokeExp instanceof InvokeDynamic;

Callers 15

convertFieldRefMethod · 0.45
convertMethodRefMethod · 0.45
convertMethod · 0.45
buildMethod · 0.45
IRBuildHelperMethod · 0.45
visitMethod · 0.45
isRelevantMethod · 0.45
visitMethod · 0.45
initializeMethod · 0.45

Calls

no outgoing calls

Tested by 1