Class FunctionSignatureDecompilerHoverPlugin
- java.lang.Object
-
- ghidra.framework.plugintool.Plugin
-
- ghidra.app.decompiler.component.hover.FunctionSignatureDecompilerHoverPlugin
-
- All Implemented Interfaces:
PluginEventListener
,ServiceListener
,ExtensionPoint
public class FunctionSignatureDecompilerHoverPlugin extends Plugin
A plugin to show tool tip text for hovering over function names in the decompiler.
-
-
Field Summary
-
Fields inherited from class ghidra.framework.plugintool.Plugin
name, pluginDescription, tool
-
-
Constructor Summary
Constructors Constructor Description FunctionSignatureDecompilerHoverPlugin(PluginTool tool)
-
Method Summary
-
Methods inherited from class ghidra.framework.plugintool.Plugin
acceptData, canClose, canCloseDomainObject, cleanup, close, dataStateRestoreCompleted, dependsUpon, deregisterService, dispose, equals, eventSent, firePluginEvent, getData, getMissingRequiredServices, getName, getPluginDescription, getPluginName, getServicesRequired, getSupportedDataTypes, getTool, getTransientState, getUndoRedoState, hashCode, hasMissingRequiredService, hasUnsaveData, init, isDisposed, prepareToSave, processEvent, readConfigState, readDataState, registerDynamicEventConsumed, registerDynamicServiceProvided, registerEventConsumed, registerEventProduced, registerServiceProvided, registerServiceUsed, restoreTransientState, restoreUndoRedoState, saveData, serviceAdded, serviceRemoved, writeConfigState, writeDataState
-
-
-
-
Constructor Detail
-
FunctionSignatureDecompilerHoverPlugin
public FunctionSignatureDecompilerHoverPlugin(PluginTool tool)
-
-