java.lang.Object
org.seasar.doma.internal.expr.node.NotOperatorNode
- All Implemented Interfaces:
ExpressionNode,LogicalOperatorNode,OperatorNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final ExpressionLocationprotected ExpressionNodeprotected static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(ExpressionNodeVisitor<R, P> visitor, P p) getNode()intvoidsetNode(ExpressionNode node) toString()
-
Field Details
-
PRIORITY
protected static final int PRIORITY- See Also:
-
location
-
expression
-
node
-
-
Constructor Details
-
NotOperatorNode
-
-
Method Details
-
getNode
-
setNode
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceOperatorNode
-
accept
- Specified by:
acceptin interfaceExpressionNode
-
getLocation
- Specified by:
getLocationin interfaceExpressionNode
-
getExpression
- Specified by:
getExpressionin interfaceExpressionNode
-
toString
-