Class ArithmeticExpression
java.lang.Object
com.liferay.dynamic.data.mapping.expression.model.Expression
com.liferay.dynamic.data.mapping.expression.model.BinaryExpression
com.liferay.dynamic.data.mapping.expression.model.ArithmeticExpression
-
Constructor Summary
ConstructorsConstructorDescriptionArithmeticExpression
(String operator, Expression leftOperandExpression, Expression rightOperandExpression) -
Method Summary
Methods inherited from class com.liferay.dynamic.data.mapping.expression.model.BinaryExpression
getLeftOperandExpression, getOperator, getRightOperandExpression, toString
-
Constructor Details
-
ArithmeticExpression
public ArithmeticExpression(String operator, Expression leftOperandExpression, Expression rightOperandExpression)
-
-
Method Details
-
accept
- Specified by:
accept
in classExpression
-