Package cppclassanalyzer.analysis.gcc
Class GccVtableAnalysisCmd
java.lang.Object
ghidra.framework.cmd.BackgroundCommand
cppclassanalyzer.analysis.gcc.GccVtableAnalysisCmd
- All Implemented Interfaces:
Command
public class GccVtableAnalysisCmd extends BackgroundCommand
-
Constructor Summary
Constructors Constructor Description GccVtableAnalysisCmd(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
-
GccVtableAnalysisCmd
-
-
Method Details
-
setTypeInfo
-
applyTo
- Specified by:
applyTo
in classBackgroundCommand
-