Class StringLiteral

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

    public class StringLiteral
    extends Literal
    • Method Detail

      • getString

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

        public static String removeEscapesAndQuotes​(String input)