if (elt instanceof ExpressionNodeForConstantValue) {
mv.visitInsn( Opcodes.DUP );
mv.push( i );
ExpressionNodeForConstantValue constElt = (ExpressionNodeForConstantValue) elt;
eltCompiler.compileConst( mv, constElt.value() );
mv.arrayStore( eltType );
}
i++;
}
// this.xy *=* new double[] { ... }