org.seasar.kuina.dao.criteria.impl.grammar.operator
クラス UnaryMinus

java.lang.Object
  上位を拡張 org.seasar.kuina.dao.criteria.impl.grammar.operator.AbstractUnaryPrefixOperator
      上位を拡張 org.seasar.kuina.dao.criteria.impl.grammar.operator.UnaryMinus
すべての実装されたインタフェース:
Criterion, ArithmeticExpression, ArithmeticFactor, ArithmeticTerm, SimpleArithmeticExpression

public class UnaryMinus
extends AbstractUnaryPrefixOperator
implements ArithmeticFactor

JPQLの単項-演算子を表すクラスです.

作成者:
koichik

フィールドの概要
 
クラス org.seasar.kuina.dao.criteria.impl.grammar.operator.AbstractUnaryPrefixOperator から継承されたフィールド
operand, operator
 
コンストラクタの概要
UnaryMinus(ArithmeticPrimary operand)
          インスタンスを構築します。
 
メソッドの概要
 
クラス org.seasar.kuina.dao.criteria.impl.grammar.operator.AbstractUnaryPrefixOperator から継承されたメソッド
evaluate
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

UnaryMinus

public UnaryMinus(ArithmeticPrimary operand)
インスタンスを構築します。

パラメータ:
operand - オペランドを表すarithmetic_primary


Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.