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