Class ASTJxltLiteral

All Implemented Interfaces:
Node

public final class ASTJxltLiteral extends JexlNode
  • 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 template expression.
  • Constructor Details

    • ASTJxltLiteral

      ASTJxltLiteral(int id)
    • ASTJxltLiteral

      ASTJxltLiteral(Parser p, int id)
  • Method Details

    • setLiteral

      void setLiteral(String literal)
    • getLiteral

      public String getLiteral()
      Gets the literal value.
      Returns:
      the string literal
    • toString

      public String toString()
      Overrides:
      toString in class SimpleNode
    • jjtAccept

      public Object jjtAccept(ParserVisitor visitor, Object data)
      Description copied from class: SimpleNode
      Accept the visitor.
      Specified by:
      jjtAccept in interface Node
      Overrides:
      jjtAccept in class SimpleNode
      Parameters:
      visitor - the visitor
      data - contextual data
      Returns:
      result of visit