Interface RuleValueVisitor<R>
- Type Parameters:
 R- The return type of the visitor
Visitor for the right-hand side of rules (tree, error, endpoint)
- 
Method Summary
Modifier and TypeMethodDescriptionvisitEndpointRule(EndpointResult endpoint) visitErrorRule(Expr error) visitTreeRule(List<Rule> rules)  
- 
Method Details
- 
visitTreeRule
 - 
visitErrorRule
 - 
visitEndpointRule
 
 -