Class DoubleLiteral
java.lang.Object
net.thisptr.jackson.jq.internal.tree.literal.ValueLiteral
net.thisptr.jackson.jq.internal.tree.literal.DoubleLiteral
- All Implemented Interfaces:
Expression
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
DoubleLiteral
public DoubleLiteral(double value)
-