java.lang.Object
org.seasar.doma.internal.expr.node.AndOperatorNode
- All Implemented Interfaces:
ExpressionNode,LogicalBinaryOperatorNode,LogicalOperatorNode,OperatorNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected ExpressionNodeprotected final ExpressionLocationprotected static final intprotected ExpressionNode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(ExpressionNodeVisitor<R, P> visitor, P p) intvoidsetLeftNode(ExpressionNode leftNode) voidsetRightNode(ExpressionNode rightNode) toString()
-
Field Details
-
PRIORITY
protected static final int PRIORITY- See Also:
-
location
-
expression
-
leftNode
-
rightNode
-
-
Constructor Details
-
AndOperatorNode
-
-
Method Details
-
getLeftNode
- Specified by:
getLeftNodein interfaceLogicalBinaryOperatorNode
-
setLeftNode
-
getRightNode
- Specified by:
getRightNodein interfaceLogicalBinaryOperatorNode
-
setRightNode
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceOperatorNode
-
accept
- Specified by:
acceptin interfaceExpressionNode
-
getLocation
- Specified by:
getLocationin interfaceExpressionNode
-
getExpression
- Specified by:
getExpressionin interfaceExpressionNode
-
toString
-