Package com.schibsted.spt.data.jslt.impl
Class LiteralExpression
java.lang.Object
com.schibsted.spt.data.jslt.impl.AbstractNode
com.schibsted.spt.data.jslt.impl.LiteralExpression
- All Implemented Interfaces:
ExpressionNode
-
Field Summary
FieldsFields inherited from class com.schibsted.spt.data.jslt.impl.AbstractNode
location
-
Constructor Summary
ConstructorsConstructorDescriptionLiteralExpression
(com.fasterxml.jackson.databind.JsonNode value, Location location) -
Method Summary
Methods inherited from class com.schibsted.spt.data.jslt.impl.AbstractNode
computeMatchContexts, getChildren, getLocation, optimize, prepare
-
Field Details
-
value
private com.fasterxml.jackson.databind.JsonNode value
-
-
Constructor Details
-
LiteralExpression
-
-
Method Details
-
apply
public com.fasterxml.jackson.databind.JsonNode apply(Scope scope, com.fasterxml.jackson.databind.JsonNode input) -
dump
public void dump(int level) - Specified by:
dump
in interfaceExpressionNode
- Overrides:
dump
in classAbstractNode
-
toString
-