Package io.zero88.rsql
Interface RSQLVisitor<R,C extends RSQLContext>
- Type Parameters:
R
- Type ofVisitor Result
C
- Type ofRSQLContext
- All Superinterfaces:
cz.jirutka.rsql.parser.ast.RSQLVisitor<R,
C>
- All Known Subinterfaces:
JooqRSQLVisitor<R,
C>
- All Known Implementing Classes:
JooqConditionVisitor
public interface RSQLVisitor<R,C extends RSQLContext>
extends cz.jirutka.rsql.parser.ast.RSQLVisitor<R,C>
The visitor interface for visiting AST nodes of the RSQL.
- Since:
- 1.0.0
- See Also:
-
RSQLVisitor
-
Method Summary
-
Method Details
-
visit
- Specified by:
visit
in interfacecz.jirutka.rsql.parser.ast.RSQLVisitor<R,
C extends RSQLContext>
-
visit
- Specified by:
visit
in interfacecz.jirutka.rsql.parser.ast.RSQLVisitor<R,
C extends RSQLContext>
-
visit
- Specified by:
visit
in interfacecz.jirutka.rsql.parser.ast.RSQLVisitor<R,
C extends RSQLContext>
-