Class Operation
java.lang.Object
com.hw.langchain.chains.query.constructor.ir.FilterDirective
com.hw.langchain.chains.query.constructor.ir.Operation
- All Implemented Interfaces:
Expr
A logical operation over other directives.
- Author:
- HamaWhite
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Operation
public Operation()
-
-
Method Details
-
accept
Description copied from interface:Expr
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
-