Package ghidra.app.decompiler.component
Interface DecompilerHighlightService
-
public interface DecompilerHighlightService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearHighlights()
LayoutModel
getLayoutModel()
-
-
-
Method Detail
-
getLayoutModel
LayoutModel getLayoutModel()
-
clearHighlights
void clearHighlights()
-
-