| 91 | /////////////////////////////////////////////////////////////////////////////// |
| 92 | |
| 93 | Expression * |
| 94 | Constant::clone() const |
| 95 | { |
| 96 | return new Constant(*this); |
| 97 | } |
| 98 | |
| 99 | // -------------------------------------------------------------- |
| 100 | static string |
nothing calls this directly
no outgoing calls
no test coverage detected