Package ghidra.app.cmd.data.rtti.gcc
Class CreateVtableBackgroundCmd
java.lang.Object
ghidra.framework.cmd.BackgroundCommand
ghidra.app.cmd.data.rtti.gcc.AbstractCreateVtableBackgroundCmd
ghidra.app.cmd.data.rtti.gcc.CreateVtableBackgroundCmd
- All Implemented Interfaces:
Command
public class CreateVtableBackgroundCmd extends AbstractCreateVtableBackgroundCmd
-
Constructor Summary
Constructors Constructor Description CreateVtableBackgroundCmd(GnuVtable vtable)
-
Method Summary
Modifier and Type Method Description protected String
getMangledString()
protected String
getSymbolName()
Methods inherited from class ghidra.app.cmd.data.rtti.gcc.AbstractCreateVtableBackgroundCmd
applyTo
Methods inherited from class ghidra.framework.cmd.BackgroundCommand
applyTo, canCancel, dispose, getName, getStatusMsg, hasProgress, isModal, setStatusMsg, taskCompleted, toString
-
Constructor Details
-
CreateVtableBackgroundCmd
-
-
Method Details
-
getSymbolName
- Specified by:
getSymbolName
in classAbstractCreateVtableBackgroundCmd
-
getMangledString
- Specified by:
getMangledString
in classAbstractCreateVtableBackgroundCmd
-