Package ghidra.app.cmd.data.rtti.gcc
Class AbstractCreateVtableBackgroundCmd
java.lang.Object
ghidra.framework.cmd.BackgroundCommand
ghidra.app.cmd.data.rtti.gcc.AbstractCreateVtableBackgroundCmd
- All Implemented Interfaces:
Command
- Direct Known Subclasses:
CreateConstructionVtableBackgroundCmd,CreateVtableBackgroundCmd
public abstract class AbstractCreateVtableBackgroundCmd extends BackgroundCommand
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractCreateVtableBackgroundCmd(GnuVtable vtable, String name) -
Method Summary
Modifier and Type Method Description booleanapplyTo(DomainObject obj, TaskMonitor taskMonitor)protected abstract StringgetMangledString()protected abstract StringgetSymbolName()Methods inherited from class ghidra.framework.cmd.BackgroundCommand
applyTo, canCancel, dispose, getName, getStatusMsg, hasProgress, isModal, setStatusMsg, taskCompleted, toString
-
Constructor Details
-
AbstractCreateVtableBackgroundCmd
-
-
Method Details
-
applyTo
- Specified by:
applyToin classBackgroundCommand
-
getMangledString
- Throws:
InvalidDataTypeException
-
getSymbolName
-