Package cppclassanalyzer.cmd
Class FillOutClassBackgroundCmd
java.lang.Object
ghidra.framework.cmd.BackgroundCommand
cppclassanalyzer.cmd.FillOutClassBackgroundCmd
- All Implemented Interfaces:
Command
public final class FillOutClassBackgroundCmd extends BackgroundCommand
BackgroundCommand to fill out a ClassTypeInfo's Structure
-
Constructor Summary
Constructors Constructor Description FillOutClassBackgroundCmd(ghidra.app.plugin.core.decompile.DecompilerActionContext context)
Constructs a new FillOutClassCmd -
Method Summary
Modifier and Type Method Description boolean
applyTo(DomainObject obj, TaskMonitor monitor)
Methods inherited from class ghidra.framework.cmd.BackgroundCommand
applyTo, canCancel, dispose, getName, getStatusMsg, hasProgress, isModal, setStatusMsg, taskCompleted, toString
-
Constructor Details
-
FillOutClassBackgroundCmd
public FillOutClassBackgroundCmd(ghidra.app.plugin.core.decompile.DecompilerActionContext context)Constructs a new FillOutClassCmd- Parameters:
context
- the decompiler context
-
-
Method Details
-
applyTo
- Specified by:
applyTo
in classBackgroundCommand
-