shohaku.core.util.cel
クラス CELReturnValue

java.lang.Object
  拡張shohaku.core.util.cel.CELReturnValue

public class CELReturnValue
extends java.lang.Object

合成式言語 CEL(Composite CELExpression Language) の「式」の返却値を提供します。


フィールドの概要
 int nextIndex
          次の式の開始位置(文字列の終端の場合も有り得る)。
 java.lang.Object value
          返却値。
 
コンストラクタの概要
CELReturnValue(java.lang.Object value, int nextIndex)
          値を格納して初期化します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

value

public final java.lang.Object value
返却値。


nextIndex

public final int nextIndex
次の式の開始位置(文字列の終端の場合も有り得る)。

コンストラクタの詳細

CELReturnValue

public CELReturnValue(java.lang.Object value,
                      int nextIndex)
値を格納して初期化します。

パラメータ:
value - 返却値
nextIndex - 次の式の開始位置