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 protected
AbstractCreateVtableBackgroundCmd(GnuVtable vtable, String name)
-
Method Summary
Modifier and Type Method Description boolean
applyTo(DomainObject obj, TaskMonitor taskMonitor)
protected abstract String
getMangledString()
protected abstract String
getSymbolName()
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:
applyTo
in classBackgroundCommand
-
getMangledString
- Throws:
InvalidDataTypeException
-
getSymbolName
-