Class PlusExpression
java.lang.Object
net.thisptr.jackson.jq.internal.tree.binaryop.BinaryOperatorExpression
net.thisptr.jackson.jq.internal.tree.binaryop.SimpleBinaryOperatorExpression
net.thisptr.jackson.jq.internal.tree.binaryop.PlusExpression
- All Implemented Interfaces:
Expression
-
Nested Class Summary
Nested classes/interfaces inherited from class BinaryOperatorExpression
BinaryOperatorExpression.Operator -
Field Summary
Fields inherited from class BinaryOperatorExpression
lhs, rhs -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SimpleBinaryOperatorExpression
applyMethods inherited from class BinaryOperatorExpression
buildTree, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Expression
apply
-
Constructor Details
-
PlusExpression
-