Class ArithmeticExpression

java.lang.Object
com.inductiveautomation.ignition.common.expressions.AbstractExpression
com.inductiveautomation.ignition.common.expressions.ArithmeticExpression
All Implemented Interfaces:
Expression

public class ArithmeticExpression extends AbstractExpression
An expression implementation that performs arithmetic operations (addition, subtraction, multiplication, division, power, and modulo) between two sub-expressions.

This class also handles string concatenation if the operation type is addition and one of the operands is a string.