Class DecompilerHoverProvider

  • All Implemented Interfaces:
    HoverProvider

    public class DecompilerHoverProvider
    extends ghidra.app.plugin.core.hover.AbstractHoverProvider
    • Field Summary

      • Fields inherited from class ghidra.app.plugin.core.hover.AbstractHoverProvider

        activeHoverService, enabled, hoverServices, lastField, popupWindow, program, windowName
    • Constructor Detail

      • DecompilerHoverProvider

        public DecompilerHoverProvider()
    • Method Detail

      • getHoverLocation

        protected ProgramLocation getHoverLocation​(FieldLocation fieldLocation,
                                                   Field field,
                                                   java.awt.Rectangle fieldBounds,
                                                   java.awt.event.MouseEvent event)
        Specified by:
        getHoverLocation in class ghidra.app.plugin.core.hover.AbstractHoverProvider