|
decompiler
1.0.0
|
Interface capability point for all decompiler commands. More...
#include <ifacedecomp.hh>
Public Member Functions | |
| virtual void | registerCommands (IfaceStatus *status) |
| Register commands for this grouping. | |
Public Member Functions inherited from ghidra::IfaceCapability | |
| const string & | getName (void) const |
| Get the name of the capability. | |
| virtual void | initialize (void) |
| Complete initialization of an extension point. More... | |
Public Member Functions inherited from ghidra::CapabilityPoint | |
| virtual | ~CapabilityPoint (void) |
| Destructor. | |
Private Member Functions | |
| IfaceDecompCapability (void) | |
| Singleton constructor. | |
| IfaceDecompCapability (const IfaceDecompCapability &op2) | |
| Not implemented. | |
| IfaceDecompCapability & | operator= (const IfaceDecompCapability &op2) |
| Not implemented. | |
Static Private Attributes | |
| static IfaceDecompCapability | ifaceDecompCapability |
| Singleton instance. | |
Additional Inherited Members | |
Static Public Member Functions inherited from ghidra::IfaceCapability | |
| static void | registerAllCommands (IfaceStatus *status) |
| Register all discovered commands with the interface. More... | |
Static Public Member Functions inherited from ghidra::CapabilityPoint | |
| static void | initializeAll (void) |
| Finish initialization for all extension points. More... | |
Protected Member Functions inherited from ghidra::CapabilityPoint | |
| CapabilityPoint (void) | |
| Construct extension capability exactly once. More... | |
Protected Attributes inherited from ghidra::IfaceCapability | |
| string | name |
| Identifying name for the capability. | |
Interface capability point for all decompiler commands.
1.8.13