public class ScanRecognizerLogicalBinaryExpr extends DefaultLogicalBinaryExpr implements LogicalBinaryExpr
Expr,
ExprVisitor,
EvaluationContext| Constructor and Description |
|---|
ScanRecognizerLogicalBinaryExpr(Expr left,
Expr right,
org.plasma.query.model.LogicalOperator oper)
Constructs a composite expression based on the given terms and logical operator.
|
evaluate, getOperator, toStringaccept, createPropertyPath, getLeft, getRight, setLeft, setRightclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOperatoraccept, getLeft, getRightpublic ScanRecognizerLogicalBinaryExpr(Expr left, Expr right, org.plasma.query.model.LogicalOperator oper)
left - the "left" expression termright - the "right" expression termoper - the logical operatorCopyright © 2021. All Rights Reserved.