Analyzes the given method.
@param owner the internal name of the class to which the method belongs.
@param m the method to be analyzed.
@return the symbolic state of the execution stack frame at each bytecodeinstruction of the method. The size of the returned array is equal to the number of instructions (and labels) of the method. A given frame is null if and only if the corresponding instruction cannot be reached (dead code).
@throws AnalyzerException if a problem occurs during the analysis.
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.