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 ExpressionbuildTree(List<Expression> exprs, List<BinaryOperatorExpression.Operator> operators, Version version) toString()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface 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)
-