| 646 | |
| 647 | |
| 648 | std::string StateDatabase::ExpressionToken::getVariable() const { |
| 649 | // note that the necessary type check must be done first |
| 650 | return tokenContents.variable; |
| 651 | } |
| 652 | |
| 653 | |
| 654 | StateDatabase::ExpressionToken::Operator StateDatabase::ExpressionToken::getOperator() const { |
no outgoing calls
no test coverage detected