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 |
|
HighlightToken |
A class to used to track a Decompiler token along with its highlight color
|
LocationClangHighlightController |
Class to handle location based highlights for a decompiled function.
|
NullClangHighlightController |
A stub implementation of the highlight controller that allows clients to avoid null checks
|
TokenHighlightColors |
A class to create and store colors related to token names
|
TokenHighlights |
A simple class to manage HighlightToken s used to create highlights in the Decompiler.
|