Package ghidra.app.decompiler.component
Interface ClangHighlightListener
-
- All Known Implementing Classes:
DecompilerPanel
public interface ClangHighlightListener
Interface for a decompiler highlight change listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
tokenHighlightsChanged()
Method to invoke whenever the decompiler token highlights have changed.
-