assert parent != null : "Unexpected to find path " + parentPath + " in " + delegate + ". Unable to apply operation "
+ this;
parent = parent.getDocument(fieldName);
}
if (parent instanceof ArrayEditor) {
ArrayEditor parentEditor = (ArrayEditor)parent;
parent = parentEditor.unwrap();
}
return (MutableArray)parent;
}