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

java.lang.Object
  上位を拡張 org.seasar.doma.internal.expr.node.AbstractArithmeticOperatorNode
すべての実装されたインタフェース:
ArithmeticOperatorNode, ExpressionNode, OperatorNode
直系の既知のサブクラス:
AddOperatorNode, DivideOperatorNode, MultiplyOperatorNode, SubtractOperatorNode

public abstract class AbstractArithmeticOperatorNode
extends Object
implements ArithmeticOperatorNode

作成者:
taedium

フィールドの概要
protected  ExpressionNode leftNode
           
protected  ExpressionLocation location
           
protected  String operator
           
protected  int priority
           
protected  ExpressionNode rightNode
           
 
コンストラクタの概要
AbstractArithmeticOperatorNode(ExpressionLocation location, String operator, int priority)
           
 
メソッドの概要
 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
 

フィールドの詳細

location

protected final ExpressionLocation location

operator

protected final String operator

priority

protected final int priority

leftNode

protected ExpressionNode leftNode

rightNode

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

AbstractArithmeticOperatorNode

public AbstractArithmeticOperatorNode(ExpressionLocation location,
                                      String operator,
                                      int priority)
メソッドの詳細

getLeftNode

public ExpressionNode getLeftNode()

setLeftNode

public void setLeftNode(ExpressionNode leftNode)

getRightNode

public ExpressionNode 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.