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

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

public class NotOperatorNode
extends Object
implements LogicalOperatorNode

作成者:
taedium

フィールドの概要
protected  ExpressionLocation location
           
protected  ExpressionNode node
           
protected  String operator
           
protected static int PRIORITY
           
 
コンストラクタの概要
NotOperatorNode(ExpressionLocation location, String operator)
           
 
メソッドの概要
<R,P> R
accept(ExpressionNodeVisitor<R,P> visitor, P p)
           
 ExpressionLocation getLocation()
           
 ExpressionNode getNode()
           
 String getOperator()
           
 int getPriority()
           
 void setNode(ExpressionNode node)
           
 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

node

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

NotOperatorNode

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

getNode

public ExpressionNode getNode()

setNode

public void setNode(ExpressionNode node)

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.