org.seasar.doma.internal.expr.node
クラス AbstractComparisonOperatorNode

java.lang.Object
  上位を拡張 org.seasar.doma.internal.expr.node.AbstractComparisonOperatorNode
すべての実装されたインタフェース:
ComparisonOperatorNode, ExpressionNode, OperatorNode
直系の既知のサブクラス:
EqOperatorNode, GeOperatorNode, GtOperatorNode, LeOperatorNode, LtOperatorNode, NeOperatorNode

public abstract class AbstractComparisonOperatorNode
extends Object
implements ComparisonOperatorNode

作成者:
taedium

フィールドの概要
protected  ExpressionNode leftNode
           
protected  ExpressionLocation location
           
protected  String operator
           
protected static int PRIORITY
           
protected  ExpressionNode rightNode
           
 
コンストラクタの概要
AbstractComparisonOperatorNode(ExpressionLocation location, String operator)
           
 
メソッドの概要
 ExpressionNode getLeftNode()
           
 ExpressionLocation getLocation()
           
 String getOperator()
           
 int getPriority()
           
 ExpressionNode getRightNode()
           
 void setLeftNode(ExpressionNode leftNode)
           
 void setRightNode(ExpressionNode rightNode)
           
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース org.seasar.doma.internal.expr.node.ExpressionNode から継承されたメソッド
accept
 

フィールドの詳細

PRIORITY

protected static final int PRIORITY
関連項目:
定数フィールド値

location

protected final ExpressionLocation location

operator

protected final String operator

leftNode

protected ExpressionNode leftNode

rightNode

protected ExpressionNode rightNode
コンストラクタの詳細

AbstractComparisonOperatorNode

public AbstractComparisonOperatorNode(ExpressionLocation location,
                                      String operator)
メソッドの詳細

getLeftNode

public ExpressionNode getLeftNode()
定義:
インタフェース ComparisonOperatorNode 内の getLeftNode

setLeftNode

public void setLeftNode(ExpressionNode leftNode)

getRightNode

public ExpressionNode getRightNode()
定義:
インタフェース ComparisonOperatorNode 内の getRightNode

setRightNode

public void setRightNode(ExpressionNode rightNode)

getLocation

public ExpressionLocation getLocation()
定義:
インタフェース ExpressionNode 内の getLocation

getOperator

public String getOperator()
定義:
インタフェース OperatorNode 内の getOperator

getPriority

public int getPriority()
定義:
インタフェース OperatorNode 内の getPriority

toString

public String toString()
オーバーライド:
クラス Object 内の toString


Copyright © 2009 The Seasar Foundation. All Rights Reserved.