Package ghidra.util
Interface Disposable
-
- All Known Implementing Classes:
ghidra.app.plugin.core.hover.AbstractConfigurableHover
,ghidra.app.plugin.core.hover.AbstractReferenceHover
,ghidra.app.plugin.core.hover.AbstractScalarOperandHover
,DataTypeDecompilerHover
,FlatDecompilerAPI
,FunctionSignatureDecompilerHover
,ReferenceDecompilerHover
,ScalarValueDecompilerHover
public interface Disposable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dispose()
Dispose this object
-