| 61 | } |
| 62 | |
| 63 | bool CCallVariable::isString() |
| 64 | { |
| 65 | return (M_type == E_VT_STRING); |
| 66 | } |
| 67 | |
| 68 | // WARNING : setMatchingValue doesn't allocate the memory for the matching value |
| 69 | // but the destructor free the memory |
no outgoing calls
no test coverage detected