Class UserHighlights

java.lang.Object
ghidra.app.decompiler.component.UserHighlights

public class UserHighlights extends Object
A class to manage and track Decompiler highlights created by the user via the UI or from a script. This class manages secondary and global 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 Details

    • UserHighlights

      public UserHighlights()