Tuple leftTuple,
InternalFactHandle handle,
Declaration[] declarations,
Declaration[] innerDeclarations,
WorkingMemory workingMemory) throws Exception {
DroolsMVELFactory factory = (DroolsMVELFactory) workingMemoryContext;
factory.setContext( leftTuple,
null,
handle.getObject(),
workingMemory,
null );
final Serializable value = (Serializable) MVEL.executeExpression( this.expression,