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

Method visit

src/main/java/pascal/taie/ir/exp/ExpVisitor.java:33–33  ·  view source on GitHub ↗
(Var var)

Source from the content-addressed store, hash-verified

31
32 // var
33 default T visit(Var var) {
34 return visitDefault(var);
35 }
36

Callers 15

acceptMethod · 0.65
acceptMethod · 0.65
acceptMethod · 0.65
acceptMethod · 0.65
acceptMethod · 0.65
acceptMethod · 0.65
acceptMethod · 0.65
acceptMethod · 0.65
acceptMethod · 0.65
acceptMethod · 0.65
acceptMethod · 0.65
acceptMethod · 0.65

Implementers 3

ImplicitThrowAnalysissrc/main/java/pascal/taie/analysis/exc
IsNullVisitorsrc/main/java/pascal/taie/analysis/bug
InterConstantPropagationsrc/main/java/pascal/taie/analysis/dat

Calls

no outgoing calls

Tested by

no test coverage detected