context.registerFunction("cBeg", CONVERSATION_INITIATOR);
context.registerFunction("cEnd", CONVERSATION_TERMINATOR);
context.registerFunction("cCon", CONVERSATION_CONTINUATOR);
return parsedExpression.getValue(context);
} catch (Exception e) {
throw new ExpressionEvaluationException(expression, e);
}
}