@Override
protected void compileBody() throws CompilerException
{
final GeneratorAdapter mv = mv();
final ArrayDescriptor dim = this.arrayNode.arrayDescriptor();
final int n = dim.numberOfElements();
final DataType eltDataType = this.arrayNode.getDataType();
final TypeCompiler eltCompiler = section().engineCompiler().typeCompiler( eltDataType );
final Type eltType = eltCompiler.type();
// private double[] xy;