Reconciles the contents of this working copy, sends out a Java delta
notification indicating the nature of the change of the working copy since
the last time it was either reconciled or made consistent
(see IOpenable#makeConsistent()), and returns a
compilation unit AST if requested.
Resolves the given type name within the context of this type (depending on the type hierarchy
and its imports) and using the given owner's working copies, considering types in the
working copies with the given owner.
Converts all modifications recorded for this compilation
unit into an object representing the corresponding text
edits to the given document containing the original source
code for this compilation unit.
Converts all modifications recorded by this rewriter
into an object representing the corresponding text
edits to the given document containing the original source
code.