Class CompareNotEqualTest
- 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.comparison.CompareNotEqualTest
-
- All Implemented Interfaces:
Expression
public class CompareNotEqualTest extends SimpleBinaryOperatorExpression
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.thisptr.jackson.jq.internal.tree.binaryop.BinaryOperatorExpression
BinaryOperatorExpression.Operator
-
-
Field Summary
-
Fields inherited from class net.thisptr.jackson.jq.internal.tree.binaryop.BinaryOperatorExpression
lhs, rhs
-
-
Constructor Summary
Constructors Constructor Description CompareNotEqualTest(Expression lhs, Expression rhs)
-
Method Summary
-
Methods inherited from class net.thisptr.jackson.jq.internal.tree.binaryop.SimpleBinaryOperatorExpression
apply
-
Methods inherited from class net.thisptr.jackson.jq.internal.tree.binaryop.BinaryOperatorExpression
buildTree, 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
-
-
-
-
Constructor Detail
-
CompareNotEqualTest
public CompareNotEqualTest(Expression lhs, Expression rhs)
-
-