Type Parameters:
R - The return type of the visitor

public interface RuleValueVisitor<R>
Visitor for the right-hand side of rules (tree, error, endpoint)
  • Method Details

    • visitTreeRule

      R visitTreeRule(List<Rule> rules)
    • visitErrorRule

      R visitErrorRule(Expr error)
    • visitEndpointRule

      R visitEndpointRule(EndpointResult endpoint)