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

Method isInterface

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

Source from the content-addressed store, hash-verified

107 }
108
109 public boolean isInterface() {
110 return invokeExp instanceof InvokeInterface;
111 }
112
113 public boolean isSpecial() {
114 return invokeExp instanceof InvokeSpecial;

Callers 9

visitMethod · 0.45
visitMethod · 0.45
isFeignClientMethod · 0.45
getGSignatureMethod · 0.45
convertMethod · 0.45
analyzeMethod · 0.45
dumpClassDeclarationMethod · 0.45
resolveCalleeMethod · 0.45
isRelevantMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected