Type Parameters:
T - the literal type
All Known Implementing Classes:
ASTArrayLiteral, ASTFloatLiteral, ASTIntegerLiteral, ASTMapLiteral, ASTNumberLiteral, ASTStringLiteral
Enclosing class:
JexlNode

public static interface JexlNode.Literal<T>
A marker interface for literals.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getLiteral

      T getLiteral()