Interface RuleValueVisitor<R>

  • 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 Detail

      • visitTreeRule

        R visitTreeRule​(List<Rule> rules)
      • visitErrorRule

        R visitErrorRule​(Expr error)