rowAllocatorType = ClassName.ExecRow;
}
numCols = size();
/* Declare the field */
LocalField lf = acb.newFieldDeclaration(Modifier.PRIVATE, ClassName.ExecRow);
// Generate the code to create the row in the constructor
genCreateRow(acb, lf, rowAllocatorMethod, rowAllocatorType, highestColumnNumber + 1);
// now we fill in the body of the function