| 640 | |
| 641 | |
| 642 | double StateDatabase::ExpressionToken::getNumber() const { |
| 643 | // note that the necessary type check must be done first |
| 644 | return tokenContents.number; |
| 645 | } |
| 646 | |
| 647 | |
| 648 | std::string StateDatabase::ExpressionToken::getVariable() const { |
no outgoing calls
no test coverage detected