jp.co.justsystem.choco.model.function
クラス FunctionArg1

java.lang.Object
  |
  +--jp.co.justsystem.choco.model.function.FunctionArg1
すべての実装インタフェース:
Function
直系の既知のサブクラス:
FunctionDouble1, FunctionInt1, FunctionString1, FunctionValue1

public abstract class FunctionArg1
extends java.lang.Object
implements Function

関数呼び出し(引数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
 

コンストラクタの詳細

FunctionArg1

public FunctionArg1()
メソッドの詳細

getMinArgc

public int getMinArgc()
最小引数個数として 1 を返します。
定義:
インタフェース Function 内の getMinArgc
戻り値:
1

getMaxArgc

public int getMaxArgc()
最大引数個数として 1 を返します。
定義:
インタフェース Function 内の getMaxArgc
戻り値:
1

getType

public int getType()
関数の種類として TYPE_NONE を返します。
定義:
インタフェース Function 内の getType
戻り値:
TYPE_NONE