data.addCompileable( ((MultiAccumulate)accumulate).new Wirer( index++ ),
(MVELCompileable) accumulator );
((MVELCompileable) accumulator).compile( data );
}
} else {
accumulate = new SingleAccumulate( source,
null,
accumulators[0] );
data.addCompileable( ((SingleAccumulate)accumulate).new Wirer( ),
(MVELCompileable) accumulators[0] );
((MVELCompileable) accumulators[0]).compile( data );