Class BinaryOperatorExpression
java.lang.Object
net.thisptr.jackson.jq.internal.tree.binaryop.BinaryOperatorExpression
- All Implemented Interfaces:
Expression
- Direct Known Subclasses:
AlternativeOperatorExpression
,Assignment
,BooleanAndExpression
,BooleanOrExpression
,ComplexAssignment
,SimpleBinaryOperatorExpression
,UpdateAssignment
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Expression
buildTree
(List<Expression> exprs, List<BinaryOperatorExpression.Operator> operators, Version version) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.thisptr.jackson.jq.Expression
apply, apply
-
Field Details
-
lhs
-
rhs
-
image
-
-
Constructor Details
-
BinaryOperatorExpression
-
-
Method Details
-
toString
-
buildTree
public static Expression buildTree(List<Expression> exprs, List<BinaryOperatorExpression.Operator> operators, Version version)
-