Interface Expr
- All Known Implementing Classes:
Comparison
,FilterDirective
,Operation
,StructuredQuery
public interface Expr
- Author:
- HamaWhite
-
Method Summary
-
Method Details
-
accept
Accepts a visitor and performs operations on this expression.- Parameters:
visitor
- the visitor object to operate on this expression- Returns:
- the result of the visitor's operation
-