|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectshohaku.core.util.cel.CELUtils
合成式言語 CEL(Composite CELExpression Language)
のユーティリティメソッドを提供します。
コンストラクタの概要 | |
CELUtils()
|
メソッドの概要 | |
static int |
findNextIndex(java.lang.String expression,
int beginIndex,
char endLiteral)
式の終端のインデックスを検索して返却します。 |
static CELReturnValue |
getArguments(CELBinder binder,
java.lang.String exp,
int beginIndex,
CELContext context)
引数の書式として解析してリストデータとして結果オブジェクトに格納して返却します。 |
static CELReturnValue |
getArrayListReturnValue(CELBinder binder,
java.lang.String exp,
int beginIndex,
CELContext context,
char beginLiteral,
char endLiteral)
リスト書式として解析して java.util.ArrayList データとして結果オブジェクトに格納して返却します。 |
static CELReturnValue |
getLinkedHashMapReturnValue(CELBinder binder,
java.lang.String exp,
int beginIndex,
CELContext context,
char beginLiteral,
char endLiteral)
マップ書式として解析して java.util.LinkedHashMap データとして結果オブジェクトに格納して返却します。 |
static CELReturnValue |
getLinkedHashSetReturnValue(CELBinder binder,
java.lang.String exp,
int beginIndex,
CELContext context,
char beginLiteral,
char endLiteral)
セット書式として解析して java.util.LinkedHashSet データとして結果オブジェクトに格納して返却します。 |
static CELReturnValue |
getUnmodifiableList(CELBinder binder,
java.lang.String exp,
int beginIndex,
CELContext context)
リスト書式として解析して普遍リストデータとして結果オブジェクトに格納して返却します。 |
static CELReturnValue |
getUnmodifiableMap(CELBinder binder,
java.lang.String exp,
int beginIndex,
CELContext context)
マップ書式として解析して普遍マップデータとして結果オブジェクトに格納して返却します。 |
static CELReturnValue |
getUnmodifiableSet(CELBinder binder,
java.lang.String exp,
int beginIndex,
CELContext context)
セット書式として解析して普遍セットデータとして結果オブジェクトに格納して返却します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public CELUtils()
メソッドの詳細 |
public static CELReturnValue getArguments(CELBinder binder, java.lang.String exp, int beginIndex, CELContext context)
binder
- 処理基のバインダーexp
- 式beginIndex
- 開始インデックスcontext
- 引数値の一覧
public static CELReturnValue getUnmodifiableList(CELBinder binder, java.lang.String exp, int beginIndex, CELContext context)
binder
- 処理基のバインダーexp
- 式beginIndex
- 開始インデックスcontext
- 引数値の一覧
public static CELReturnValue getUnmodifiableSet(CELBinder binder, java.lang.String exp, int beginIndex, CELContext context)
binder
- 処理基のバインダーexp
- 式beginIndex
- 開始インデックスcontext
- 引数値の一覧
public static CELReturnValue getArrayListReturnValue(CELBinder binder, java.lang.String exp, int beginIndex, CELContext context, char beginLiteral, char endLiteral)
java.util.ArrayList
データとして結果オブジェクトに格納して返却します。
binder
- 処理基のバインダーexp
- 式beginIndex
- 開始インデックスcontext
- 引数値の一覧beginLiteral
- リストの開始リテラルendLiteral
- リストの終了リテラル
public static CELReturnValue getLinkedHashSetReturnValue(CELBinder binder, java.lang.String exp, int beginIndex, CELContext context, char beginLiteral, char endLiteral)
java.util.LinkedHashSet
データとして結果オブジェクトに格納して返却します。
binder
- 処理基のバインダーexp
- 式beginIndex
- 開始インデックスcontext
- 引数値の一覧beginLiteral
- リストの開始リテラルendLiteral
- リストの終了リテラル
public static CELReturnValue getUnmodifiableMap(CELBinder binder, java.lang.String exp, int beginIndex, CELContext context)
binder
- 処理基のバインダーexp
- 式beginIndex
- 開始インデックスcontext
- 引数値の一覧
public static CELReturnValue getLinkedHashMapReturnValue(CELBinder binder, java.lang.String exp, int beginIndex, CELContext context, char beginLiteral, char endLiteral)
java.util.LinkedHashMap
データとして結果オブジェクトに格納して返却します。
binder
- 処理基のバインダーexp
- 式beginIndex
- 開始インデックスcontext
- 引数値の一覧beginLiteral
- リストの開始リテラルendLiteral
- リストの終了リテラル
public static int findNextIndex(java.lang.String expression, int beginIndex, char endLiteral)
expression
- 式beginIndex
- 開始インデックスendLiteral
- 終了リテラル文字
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |