Module swim.structure
Package swim.structure.operator
package swim.structure.operator
Operator expression trees.
-
ClassesClassDescriptionAn
Operatorthat represents a binary operation, i.e.ABinaryOperatorthat represents a division operation between its two operands.ABinaryOperatorthat represents an equality comparison between its two operands.ABinaryOperatorthat represents greater than or equal to operation between its two operands.ABinaryOperatorthat represents a strictly greater than operation between its two operands.ABinaryOperatorthat represents a less than or equal to comparison between its two operands.ABinaryOperatorthat represents a strictly less than comparison between its two operands.ABinaryOperatorthat represents a subtraction operation between its two operands.ABinaryOperatorthat represents a modulus operation between its two operands.ABinaryOperatorthat represents an inequality comparison between its two operands.ABinaryOperatorthat represents an addition operation between its two operands.ABinaryOperatorthat represents a multiplication operation between its two operands.AnOperatorthat represents a unary operation, i.e.