Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ accept
Method
accept
src/main/java/pascal/taie/ir/exp/InvokeVirtual.java:43–46 ·
view source on GitHub ↗
(ExpVisitor<T> visitor)
Source
from the content-addressed store, hash-verified
41
}
42
43
@Override
44
public
<T> T accept(ExpVisitor<T> visitor) {
45
return
visitor.visit(this);
46
}
47
}
Callers
nothing calls this directly
Calls
1
visit
Method · 0.65
Tested by
no test coverage detected