com.pnfsoftware.jeb.core.units.code.asm.decompiler.IGlobalAnalyzer |
Interface for global analyzers provided by decompiler plugins.
Those objects are provided by
getGlobalAnalyzer
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract boolean |
perform()
Request the decompiler plugin to perform global analysis on the code.
|
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.