Lumino
ln::InterpreterCommandList Class Reference

(実験的な機能) More...

#include <Interpreter.hpp>

Inherits ln::Object.

Public Member Functions

void addCommand (const String &code)
 コマンドを追加します。
 
void addCommand1 (const String &code, const String &param0)
 コマンドと 1 つのパラメータを追加します。
 
void addCommand2 (const String &code, const String &param0, const String &param1)
 コマンドと 2 つのパラメータを追加します。
 
void addCommand3 (const String &code, const String &param0, const String &param1, const String &param2)
 コマンドと 3 つのパラメータを追加します。
 
void addCommand4 (const String &code, const String &param0, const String &param1, const String &param2, const String &param3)
 コマンドと 4 つのパラメータを追加します。
 

Protected Member Functions

bool init ()
 InterpreterCommandList を作成します。
 

Detailed Description

(実験的な機能)


The documentation for this class was generated from the following file: