Class StringLiteral

All Implemented Interfaces:
Opcodes, SpelNode

public class StringLiteral extends Literal
Expression language AST node that represents a string literal.
Since:
3.0
Author:
Andy Clement, Juergen Hoeller, Sam Brannen
  • Constructor Details

    • StringLiteral

      public StringLiteral(String payload, int startPos, int endPos, String value)
  • Method Details