Package org.apache.commons.jexl3.parser
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
-
Method Details
-
getLiteral
T getLiteral()
-