// Set the index field to point to the new array
body.getUnits().insertBefore(
Jimple.v().newAssignStmt(
Jimple.v().newInstanceFieldRef(
body.getThisLocal(),
indexArrayField.makeRef()),
indexesLocal), insertPoint);
}
// If the port is an input, then it might have to
// convert to multiple inside types. If the port is