java.lang.Object
org.seasar.doma.internal.expr.node.ParensNode
- All Implemented Interfaces:
ExpressionNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ExpressionLocationprotected final ExpressionNode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(ExpressionNodeVisitor<R, P> visitor, P p) getNode()toString()
-
Field Details
-
location
-
node
-
-
Constructor Details
-
ParensNode
-
-
Method Details
-
getNode
-
accept
- Specified by:
acceptin interfaceExpressionNode
-
getLocation
- Specified by:
getLocationin interfaceExpressionNode
-
getExpression
- Specified by:
getExpressionin interfaceExpressionNode
-
toString
-