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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getLiteral()
-
-
-
Method Detail
-
getLiteral
T getLiteral()
-
-