*/
protected void storeOutArg( Arguments args, RuleContext context )
throws TransformationException
{
if( args.size() != parameters.size() )
throw new TransformationException("Returned args count should match parameter descriptor count. Expected "
+ parameters.size() + ", found " + args.size() + ".");
// Iterate on call parameters expressions
Iterator paramIter = parameters.iterator();
// Iterate on rule domains to find the direction