Package software.amazon.smithy.rulesengine.language.visit
package software.amazon.smithy.rulesengine.language.visit
-
ClassDescriptionAn abstract visitor implementation for a
RuleValueVisitor
, andExpressionVisitor
.Expression visitor pattern.Visitor for the right-hand side of rules (tree, error, endpoint).For code generating from a template, use a `TemplateVisitor`.A visitor for traversing the rules and conditions of a rule-set.