Extends the existing method with additional code. The new body can reference the return value generated by the existing body using the special variable $_, for example $_ = 2 * $_.
@param body a block to execute after any existing code in the method
@param asFinally if true, the block provided wil execute as with a finally block (even if an exception is thrown)
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.