|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.kuina.dao.criteria.impl.grammar.operator.AbstractUnaryPostfixOperator
public class AbstractUnaryPostfixOperator
単項後置演算子を表すクラスです.
フィールドの概要 | |
---|---|
protected Criterion |
operand
オペランド |
protected String |
operator
演算子 |
コンストラクタの概要 | |
---|---|
AbstractUnaryPostfixOperator(String operator,
Criterion operand)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
void |
evaluate(CriteriaContext context)
要素を評価してコンテキストに反映します. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected final String operator
protected final Criterion operand
コンストラクタの詳細 |
---|
public AbstractUnaryPostfixOperator(String operator, Criterion operand)
operator
- 演算子operand
- オペランドメソッドの詳細 |
---|
public void evaluate(CriteriaContext context)
Criterion
の記述:
Criterion
内の evaluate
context
- コンテキスト
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |