# Interface: com.pnfsoftware.jeb.core.units.code.asm.decompiler.IGlobalAnalyzer

Interface for global analyzers provided by decompiler plugins. 

 Those objects are provided by [getGlobalAnalyzer](INativeDecompilerPlugin#getGlobalAnalyzer(INativeDecompilerUnit)).

## Method: perform
- return type: `boolean`

Description: 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.
return: true success indicator

