Module swim.structure
Package swim.structure.operator
Operator expression trees.
-
Class Summary Class Description AndOperator BinaryOperator AnOperatorthat represents a binary operation, i.e.BitwiseAndOperator BitwiseNotOperator BitwiseOrOperator BitwiseXorOperator ConditionalOperator DivideOperator ABinaryOperatorthat represents a division operation between its two operands.EqOperator ABinaryOperatorthat represents an equality comparison between its two operands.GeOperator ABinaryOperatorthat represents greater than or equal to operation between its two operands.GtOperator ABinaryOperatorthat represents a strictly greater than operation between its two operands.InvokeOperator LeOperator ABinaryOperatorthat represents a less than or equal to comparison between its two operands.LtOperator ABinaryOperatorthat represents a strictly less than comparison between its two operands.MinusOperator ABinaryOperatorthat represents a subtraction operation between its two operands.ModuloOperator ABinaryOperatorthat represents a modulus operation between its two operands.NegativeOperator NeOperator ABinaryOperatorthat represents an inequality comparison between its two operands.NotOperator OrOperator PlusOperator ABinaryOperatorthat represents an addition operation between its two operands.PositiveOperator TimesOperator ABinaryOperatorthat represents a multiplication operation between its two operands.UnaryOperator AnOperatorthat represents a unary operation, i.e.