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