Package ghidra.app.decompiler.component
Class UserHighlights
java.lang.Object
ghidra.app.decompiler.component.UserHighlights
A class to manage and track Decompiler highlights created by the user via the UI or from a
script. This class manages secondary highlights and highlights created from the
DecompilerHighlightService
, which has both global and per-function highlights. For a
description of these terms, see ClangHighlightController
.
These highlights will remain until cleared explicitly by the user or a client API call. Contrastingly, context highlights are cleared as the user moves the cursor around the Decompiler display.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UserHighlights
public UserHighlights()
-