R - Return type of the visitor's method.A - Type of an optional parameter passed to the visitor's method.public interface RSQLVisitor<R,A>
| Modifier and Type | Method and Description |
|---|---|
R |
visit(AndNode node,
A param) |
R |
visit(ComparisonNode node,
A param) |
R |
visit(OrNode node,
A param) |
Copyright © 2011–2016. All rights reserved.