Package cppclassanalyzer.analysis.vs
Class VsVftableAnalysisCmd
java.lang.Object
ghidra.framework.cmd.BackgroundCommand
cppclassanalyzer.analysis.vs.VsVftableAnalysisCmd
- All Implemented Interfaces:
Command
public class VsVftableAnalysisCmd extends BackgroundCommand
-
Constructor Summary
Constructors Modifier Constructor Description protected
VsVftableAnalysisCmd()
VsVftableAnalysisCmd(ClassTypeInfo type)
-
Method Summary
Modifier and Type Method Description boolean
applyTo(DomainObject obj, TaskMonitor monitor)
void
setTypeInfo(ClassTypeInfo type)
Methods inherited from class ghidra.framework.cmd.BackgroundCommand
applyTo, canCancel, dispose, getName, getStatusMsg, hasProgress, isModal, setStatusMsg, taskCompleted, toString
-
Constructor Details
-
VsVftableAnalysisCmd
protected VsVftableAnalysisCmd() -
VsVftableAnalysisCmd
-
-
Method Details
-
setTypeInfo
-
applyTo
- Specified by:
applyTo
in classBackgroundCommand
-