All Implemented Interfaces:
JexlInfo, JexlNode.Literal<String>, Node

public final class ASTStringLiteral extends JexlNode implements JexlNode.Literal<String>
  • Constructor Details

    • ASTStringLiteral

      public ASTStringLiteral(int id)
    • ASTStringLiteral

      public ASTStringLiteral(Parser p, int id)
  • Method Details