There’s a class which has the following:
https://paste.apache.org/KEw5 <https://paste.apache.org/KEw5>
This is an internal class outside the file package.
In Javascript, it outputs the following:
org.apache.flex.textLayout.edit.ModelEdit.DeleteTextMemento.base(this,
'constructor', textFlow);
var /** @type {org.apache.flex.textLayout.elements.FlowLeafElement} */
startLeaf = textFlow.findLeaf(absoluteStart);
var /** @type {org.apache.flex.textLayout.elements.FlowGroupElement} */
this.commonRoot = startLeaf.getParagraph().parent;
The third line is wrong. The “this” should not be there...