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