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

Method setExpression

src/returnstatement.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void ReturnStatement::setExpression(Expression* exp)
32{
33 expression = exp;
34}
35
36Expression* ReturnStatement::getExpression() const
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected