| 454 | } |
| 455 | |
| 456 | char *CAction::getRegularExpression() |
| 457 | { |
| 458 | if (!M_regExpSet) { |
| 459 | ERROR("Trying to get a regular expression for an action that does not have one!"); |
| 460 | } |
| 461 | return M_regularExpression; |
| 462 | } |
| 463 | |
| 464 | int CAction::executeRegExp(const char* P_string, VariableTable *P_callVarTable) |
| 465 | { |