java.lang.Object
org.seasar.doma.internal.expr.node.FieldOperatorNode
- All Implemented Interfaces:
ExpressionNode,OperatorNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final Stringprotected final ExpressionLocationprotected static final intprotected ExpressionNode -
Constructor Summary
ConstructorsConstructorDescriptionFieldOperatorNode(ExpressionLocation location, String expression, String fieldName) -
Method Summary
Modifier and TypeMethodDescription<R,P> R accept(ExpressionNodeVisitor<R, P> visitor, P p) intvoidsetTargetObjectNode(ExpressionNode targetObjectNode) toString()
-
Field Details
-
PRIORITY
protected static final int PRIORITY- See Also:
-
location
-
expression
-
fieldName
-
targetObjectNode
-
-
Constructor Details
-
FieldOperatorNode
-
-
Method Details
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfaceOperatorNode
-
getFieldName
-
getTargetObjectNode
-
setTargetObjectNode
-
accept
- Specified by:
acceptin interfaceExpressionNode
-
getLocation
- Specified by:
getLocationin interfaceExpressionNode
-
getExpression
- Specified by:
getExpressionin interfaceExpressionNode
-
toString
-