Class NullLiteral
- java.lang.Object
-
- net.thisptr.jackson.jq.internal.tree.literal.ValueLiteral
-
- net.thisptr.jackson.jq.internal.tree.literal.NullLiteral
-
- All Implemented Interfaces:
Expression
public class NullLiteral extends ValueLiteral
-
-
Constructor Summary
Constructors Constructor Description NullLiteral()
-
Method Summary
-
Methods inherited from class net.thisptr.jackson.jq.internal.tree.literal.ValueLiteral
apply, toString, value
-
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
-
-