Class ASTStringLiteral

All Implemented Interfaces:
JexlNode.Constant<String>, Node

public final class ASTStringLiteral extends JexlNode implements JexlNode.Constant<String>
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • literal

      private String literal
      The actual literal value; the inherited 'value' member may host a cached getter.
  • Constructor Details

    • ASTStringLiteral

      ASTStringLiteral(int id)
  • Method Details