java.lang.Object | +--jp.co.justsystem.choco.model.function.FunctionArg1
関数呼び出し(引数1つ)
| インタフェース jp.co.justsystem.choco.model.function.Function から継承したフィールド |
TYPE_DELAY, TYPE_NONE, TYPE_VOLATILE |
| コンストラクタの概要 | |
FunctionArg1()
|
|
| メソッドの概要 | |
int |
getMaxArgc()
最大引数個数として 1 を返します。 |
int |
getMinArgc()
最小引数個数として 1 を返します。 |
int |
getType()
関数の種類として TYPE_NONE を返します。 |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース jp.co.justsystem.choco.model.function.Function から継承したメソッド |
call, getName |
| コンストラクタの詳細 |
public FunctionArg1()
| メソッドの詳細 |
public int getMinArgc()
Function 内の getMinArgcpublic int getMaxArgc()
Function 内の getMaxArgcpublic int getType()
Function 内の getType