Class ASTStringLiteral

java.lang.Object
org.apache.velocity.runtime.parser.node.SimpleNode
org.apache.velocity.runtime.parser.node.ASTStringLiteral
All Implemented Interfaces:
Node, Renderable

public class ASTStringLiteral extends SimpleNode
ASTStringLiteral support. Will interpolate!
Version:
$Id: ASTStringLiteral.java 1032134 2010-11-06 20:19:39Z cbrisson $
  • Field Details

    • interpolate

      private boolean interpolate
    • nodeTree

      private SimpleNode nodeTree
    • image

      private String image
    • interpolateimage

      private String interpolateimage
    • containsLineComment

      private boolean containsLineComment
      true if the string contains a line comment (##)
  • Constructor Details

    • ASTStringLiteral

      public ASTStringLiteral(int id)
      Parameters:
      id -
    • ASTStringLiteral

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