7 classes are annotated with RulesExpression

ActionExpression in src/Plugin/RulesExpression/ActionExpression.php
Provides an executable action expression.
ActionSetExpression in src/Plugin/RulesExpression/ActionSetExpression.php
Holds a set of actions and executes all of them.
AndExpression in src/Plugin/RulesExpression/AndExpression.php
Evaluates a group of conditions with a logical AND.
ConditionExpression in src/Plugin/RulesExpression/ConditionExpression.php
Defines an executable condition expression.
LoopExpression in src/Plugin/RulesExpression/LoopExpression.php
Holds a set of actions that are executed over the iteration of a list.
OrExpression in src/Plugin/RulesExpression/OrExpression.php
Evaluates a group of conditions with a logical OR.
RuleExpression in src/Plugin/RulesExpression/RuleExpression.php
Provides a rule, executing actions when conditions are met.