Package ghidra.app.decompiler.component
Class DecompilerHoverProvider
- java.lang.Object
- 
- ghidra.app.plugin.core.hover.AbstractHoverProvider
- 
- ghidra.app.decompiler.component.DecompilerHoverProvider
 
 
- 
- All Implemented Interfaces:
- HoverProvider
 
 public class DecompilerHoverProvider extends ghidra.app.plugin.core.hover.AbstractHoverProvider
- 
- 
Constructor SummaryConstructors Constructor Description DecompilerHoverProvider()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddHoverService(DecompilerHoverService hoverService)protected ProgramLocationgetHoverLocation(FieldLocation fieldLocation, Field field, java.awt.Rectangle fieldBounds, java.awt.event.MouseEvent event)voidremoveHoverService(DecompilerHoverService hoverService)
 
- 
- 
- 
Method Detail- 
addHoverServicepublic void addHoverService(DecompilerHoverService hoverService) 
 - 
removeHoverServicepublic void removeHoverService(DecompilerHoverService hoverService) 
 - 
getHoverLocationprotected ProgramLocation getHoverLocation(FieldLocation fieldLocation, Field field, java.awt.Rectangle fieldBounds, java.awt.event.MouseEvent event) - Specified by:
- getHoverLocationin class- ghidra.app.plugin.core.hover.AbstractHoverProvider
 
 
- 
 
-