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 booleanapplyTo(DomainObject obj, TaskMonitor monitor)voidsetTypeInfo(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:
applyToin classBackgroundCommand
-