Package ghidra.app.decompiler.component
Class LocationClangHighlightController
- java.lang.Object
-
- ghidra.app.decompiler.component.ClangHighlightController
-
- ghidra.app.decompiler.component.LocationClangHighlightController
-
public class LocationClangHighlightController extends ClangHighlightController
Class to handle location based highlights for a decompiled function.
-
-
Field Summary
-
Fields inherited from class ghidra.app.decompiler.component.ClangHighlightController
defaultHighlightColor, defaultNonFunctionBackgroundColor, defaultParenColor, defaultSpecialColor, highlightListenerList, highlightTokenSet
-
-
Constructor Summary
Constructors Constructor Description LocationClangHighlightController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fieldLocationChanged(FieldLocation location, Field field, EventTrigger trigger)
-
Methods inherited from class ghidra.app.decompiler.component.ClangHighlightController
addHighlight, addHighlightBrace, addHighlightFill, addHighlightParen, addListener, addPcodeOpsToHighlight, addTokensToHighlights, addVarnodesToHighlight, clearHighlight, clearHighlights, doAddHighlight, getDefaultHighlightColor, getDefaultParenColor, getDefaultSpecialColor, getHighlightedText, getHighlightedToken, isHighlighted, removeListener, setDefaultHighlightColor, setDefaultParenColor, setDefaultSpecialColor
-
-
-
-
Method Detail
-
fieldLocationChanged
public void fieldLocationChanged(FieldLocation location, Field field, EventTrigger trigger)
- Specified by:
fieldLocationChanged
in classClangHighlightController
-
-