Package ghidra.app.cmd.function
Class DecompilerSwitchAnalysisCmd
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanapplyTo(Program p, TaskMonitor monitor) Method called when this command is to apply changes to the given domain object.booleanhasAllReferences(TaskMonitor monitor, JumpTable table, Instruction instr, Function containingFunction) final voidmarkDataAsConstant(Address addr) Methods inherited from class ghidra.framework.cmd.BackgroundCommandapplyTo, canCancel, dispose, getName, getStatusMsg, hasProgress, isModal, run, setStatusMsg, taskCompleted, toString
- 
Field Details- 
decompiler
 
- 
- 
Constructor Details- 
DecompilerSwitchAnalysisCmd
 
- 
- 
Method Details- 
applyToDescription copied from class:BackgroundCommandMethod called when this command is to apply changes to the given domain object. A monitor is provided to display status information about the command as it executes in the background.- Specified by:
- applyToin class- BackgroundCommand<Program>
- Parameters:
- p- domain object that will be affected by the command
- monitor- monitor to show progress of the command
- Returns:
- true if the command applied successfully
 
- 
hasAllReferencespublic boolean hasAllReferences(TaskMonitor monitor, JumpTable table, Instruction instr, Function containingFunction) throws CancelledException - Throws:
- CancelledException
 
- 
markDataAsConstant
 
-