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

java.lang.Object
  上位を拡張 org.seasar.doma.internal.expr.node.OrOperatorNode
すべての実装されたインタフェース:
ExpressionNode, LogicalOperatorNode, OperatorNode

public class OrOperatorNode
extends Object
implements LogicalOperatorNode

作成者:
taedium

フィールドの概要
protected  ExpressionNode leftNode
           
protected  ExpressionLocation location
           
protected  String operator
           
protected static int PRIORITY
           
protected  ExpressionNode rightNode
           
 
コンストラクタの概要
OrOperatorNode(ExpressionLocation location, String text)
           
 
メソッドの概要
<R,P> R
accept(ExpressionNodeVisitor<R,P> visitor, P p)
           
 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
 

フィールドの詳細

PRIORITY

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

location

protected final ExpressionLocation location

operator

protected final String operator

leftNode

protected ExpressionNode leftNode

rightNode

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

OrOperatorNode

public OrOperatorNode(ExpressionLocation location,
                      String text)
メソッドの詳細

getLeftNode

public ExpressionNode getLeftNode()

setLeftNode

public void setLeftNode(ExpressionNode leftNode)

getRightNode

public ExpressionNode getRightNode()

setRightNode

public void setRightNode(ExpressionNode rightNode)

getPriority

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

accept

public <R,P> R accept(ExpressionNodeVisitor<R,P> visitor,
                      P p)
定義:
インタフェース ExpressionNode 内の accept

getLocation

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

getOperator

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

toString

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


Copyright © 2009 The Seasar Foundation. All Rights Reserved.