MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / accept

Method accept

src/binaryexpression.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void BinaryExpression::accept(TreeVisitor& v)
54{
55 v.visit(*this);
56}

Callers

nothing calls this directly

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected