Adds a child to this PSI element, after the specified anchor element.
@param element the child element to add.
@param anchor the anchor after which the child element is inserted (must be a child of this PSI element)
@return the element which was actually added (either element or its copy).
@throws IncorrectOperationException if the modification is not supported or not possible for some reason.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.