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