Remove this node from its parent, and return the node that used to be the parent of this node. Note that this method removes the entire subgraph under this node.
@return the node that was the parent of this node, or null if this node had no parent
@see #extractChild(AstNode)
@see #extractFromParent()
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.