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/CastExp.java:64–67 ·
view source on GitHub ↗
(ExpVisitor<T> visitor)
Source
from the content-addressed store, hash-verified
62
}
63
64
@Override
65
public
<T> T accept(ExpVisitor<T> visitor) {
66
return
visitor.visit(this);
67
}
68
69
@Override
70
public
String toString() {
Callers
nothing calls this directly
Calls
1
visit
Method · 0.65
Tested by
no test coverage detected