Interface RuleValueVisitor<R>
-
- Type Parameters:
R- The return type of the visitor
@SdkInternalApi public interface RuleValueVisitor<R>
Visitor for the right-hand side of rules (tree, error, endpoint)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RvisitEndpointRule(EndpointResult endpoint)RvisitErrorRule(Expr error)RvisitTreeRule(List<Rule> rules)
-