Class LiteralExpression

java.lang.Object
com.schibsted.spt.data.jslt.impl.AbstractNode
com.schibsted.spt.data.jslt.impl.LiteralExpression
All Implemented Interfaces:
ExpressionNode

public class LiteralExpression extends AbstractNode
  • Field Details

    • value

      private com.fasterxml.jackson.databind.JsonNode value
  • Constructor Details

    • LiteralExpression

      public LiteralExpression(com.fasterxml.jackson.databind.JsonNode value, Location location)
  • 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 interface ExpressionNode
      Overrides:
      dump in class AbstractNode
    • toString

      public String toString()
      Overrides:
      toString in class Object