Interface IGlobalAnalyzer
public interface IGlobalAnalyzer
Interface for global analyzers provided by decompiler plugins.
Those objects are provided by
getGlobalAnalyzer.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanperform()Request the decompiler plugin to perform global analysis on the code.
-
Method Details
-
perform
boolean perform()Request the decompiler plugin to perform global analysis on the code. If a global analyzer is provided by a decompiler plugin, this method is called by a parent code unit after the initial code analysis pass.- Returns:
- true success indicator
-