Interface JexlNode.Constant<T>

Type Parameters:
T - the literal type
All Known Implementing Classes:
ASTNumberLiteral, ASTRegexLiteral, ASTStringLiteral
Enclosing class:
JexlNode

public static interface JexlNode.Constant<T>
A marker interface for constants.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getLiteral

      T getLiteral()