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

Method accept

src/main/java/pascal/taie/ir/exp/MethodType.java:66–69  ·  view source on GitHub ↗
(ExpVisitor<T> visitor)

Source from the content-addressed store, hash-verified

64 }
65
66 @Override
67 public <T> T accept(ExpVisitor<T> visitor) {
68 return visitor.visit(this);
69 }
70
71 @Override
72 public boolean equals(Object o) {

Callers

nothing calls this directly

Calls 1

visitMethod · 0.65

Tested by

no test coverage detected