Package ghidra.app.decompiler.component
Interface DecompilerCallbackHandler
- All Known Implementing Classes:
DecompilerCallbackHandlerAdapter
public interface DecompilerCallbackHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidannotationClicked(AnnotatedTextFieldElement annotation, boolean newWindow) voidvoiddecompileDataChanged(DecompileData decompileData) voidvoidvoidgoToAddress(Address addr, boolean newWindow) voidgoToFunction(Function function, boolean newWindow) voidvoidgoToScalar(long value, boolean newWindow) voidlocationChanged(ProgramLocation programLocation) voidselectionChanged(ProgramSelection programSelection) voidsetStatusMessage(String message)
-
Method Details
-
decompileDataChanged
-
contextChanged
void contextChanged() -
setStatusMessage
-
locationChanged
-
selectionChanged
-
annotationClicked
-
goToLabel
-
goToAddress
-
goToScalar
void goToScalar(long value, boolean newWindow) -
exportLocation
void exportLocation() -
goToFunction
-
doWhenNotBusy
-