* */
| 104 | * |
| 105 | */ |
| 106 | Expression * |
| 107 | ExpressionFuncall::clone() const |
| 108 | { |
| 109 | const FunctionInvocation *fi = (this->invoke).clone(); |
| 110 | return new ExpressionFuncall(*fi); |
| 111 | } |
| 112 | |
| 113 | /* |
| 114 | * |
nothing calls this directly
no outgoing calls
no test coverage detected