Class ASTRegexLiteral

All Implemented Interfaces:
JexlNode.Constant<Pattern>, Node

public final class ASTRegexLiteral extends JexlNode implements JexlNode.Constant<Pattern>
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • literal

      private Pattern literal
      The actual literal value; the inherited 'value' member may host a cached getter.
  • Constructor Details

    • ASTRegexLiteral

      ASTRegexLiteral(int id)
    • ASTRegexLiteral

      ASTRegexLiteral(Parser p, int id)
  • Method Details