Searched refs:CommandObjectType (Results 1 – 4 of 4) sorted by relevance
16 class CommandObjectType : public CommandObjectMultiword {18 CommandObjectType(CommandInterpreter &interpreter);20 ~CommandObjectType() override;
3018 CommandObjectType::CommandObjectType(CommandInterpreter &interpreter) in CommandObjectType() function in CommandObjectType3036 CommandObjectType::~CommandObjectType() = default;
150 SRCS+= Commands/CommandObjectType.cpp
566 REGISTER_COMMAND_OBJECT("type", CommandObjectType); in LoadCommandDictionary()