Package ghidra.app.decompiler.component
Interface DecompilerHighlightService
-
@Deprecated public interface DecompilerHighlightService
Deprecated.A poorly designed interface that does not correctly allow for modifying highlights
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
clearHighlights()
Deprecated.ClangLayoutController
getLayoutModel()
Deprecated.
-
-
-
Method Detail
-
getLayoutModel
@Deprecated ClangLayoutController getLayoutModel()
Deprecated.Returns the layout model of the Decompiler- Returns:
- the layout model
-
clearHighlights
@Deprecated void clearHighlights()
Deprecated.Clears the primary highlights in the Decompiler
-
-