Class StringLiteral

All Implemented Interfaces:
JavaCCConstants, Node, freemarker.template.TemplateModel, freemarker.template.TemplateNodeModel, freemarker.template.TemplateScalarModel, Comparable<Node>

public class StringLiteral extends Literal
  • Constructor Details

  • Method Details

    • getString

      public String getString()
      Returns:
      the literal string unescaped without the quotes
    • removeEscapesAndQuotes

      public static String removeEscapesAndQuotes(String input)