Package ghidra.app.cmd.data.rtti.gcc
Class CreateTypeInfoBackgroundCmd
java.lang.Object
ghidra.framework.cmd.BackgroundCommand
ghidra.app.cmd.data.rtti.gcc.CreateTypeInfoBackgroundCmd
- All Implemented Interfaces:
Command
public class CreateTypeInfoBackgroundCmd extends BackgroundCommand
-
Constructor Summary
Constructors Constructor Description CreateTypeInfoBackgroundCmd(TypeInfo typeInfo)
Constructs a command for applying a TypeInfo at an address and its associated data. -
Method Summary
Modifier and Type Method Description boolean
applyTo(DomainObject obj, TaskMonitor taskMonitor)
Methods inherited from class ghidra.framework.cmd.BackgroundCommand
applyTo, canCancel, dispose, getName, getStatusMsg, hasProgress, isModal, setStatusMsg, taskCompleted, toString
-
Constructor Details
-
CreateTypeInfoBackgroundCmd
Constructs a command for applying a TypeInfo at an address and its associated data.- Parameters:
typeInfo
- the TypeInfo to be created.
-
-
Method Details
-
applyTo
- Specified by:
applyTo
in classBackgroundCommand
-