| ApplyFunctionSignatureAction | 
 Action that applies the signature of the function in the currently active side of a decompiler
 code comparison panel to the function in the other side of the panel. 
 | 
| BasicDecompilerCodeComparisonPanel | 
 Panel that displays two decompilers for comparison and synchronizes their scrolling 
 using a basic coordinator. 
 | 
| BasicDecompilerFieldPanelCoordinator | 
 A basic coordinator that locks two decompiler panels together at the first line so that 
 scrolling one side also scrolls the other. 
 | 
| CDisplayPanel | 
  | 
| ClangFieldElement | 
  | 
| ClangHighlightController | 
 Class to handle highlights for a decompiled function. 
 | 
| ClangLayoutController | 
 Control the GUI layout for displaying tokenized C code 
 | 
| ClangTextField | 
  | 
| DecompileData | 
  | 
| DecompilerCodeComparisonPanel<T extends DualDecompilerFieldPanelCoordinator> | 
 Panel that displays two decompilers for comparison. 
 | 
| DecompilerController | 
 Coordinates the interactions between the DecompilerProvider, DecompilerPanel, and the DecompilerManager 
 | 
| DecompilerHoverProvider | 
  | 
| DecompilerManager | 
 Manages the threading involved with dealing with the decompiler. 
 | 
| DecompilerPanel | 
 Class to handle the display of a decompiled function 
 | 
| DecompilerUtils | 
  | 
| DualDecompilerActionContext | 
 Action context for a dual decompiler panel. 
 | 
| DualDecompilerFieldPanelCoordinator | 
  | 
| EmptyDecompileData | 
  | 
| LocationClangHighlightController | 
 Class to handle location based highlights for a decompiled function. 
 |