Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
visit
Method · 0.45
visit
Method · 0.45
isFeignClient
Method · 0.45
getGSignature
Method · 0.45
convert
Method · 0.45
analyze
Method · 0.45
dumpClassDeclaration
Method · 0.45
resolveCallee
Method · 0.45
isRelevant
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected