Notification that function information for all SoruceFiles is now available for access. Prior to this notification the following calls to SourceFile will return null or 0 values: public String getFunctionNameForLine(int lineNum); public int getLineForFunctionName(String name); public String[] getFunctionNames(); This is due to the fact the function data is processed by a background thread and may take many hundreds of milliseconds to complete.
@deprecated As of Version 2. No replacement
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.