| 234 | } |
| 235 | |
| 236 | inline bool Foam::token::isString() const |
| 237 | { |
| 238 | return (type_ == STRING || type_ == VARIABLE || type_ == VERBATIMSTRING); |
| 239 | } |
| 240 | |
| 241 | inline const Foam::string& Foam::token::stringToken() const |
| 242 | { |
no outgoing calls
no test coverage detected