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