Package org.apache.commons.jexl2.parser
Interface JexlNode.Literal<T>
-
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetLiteral()
-
-
-
Method Detail
-
getLiteral
T getLiteral()
-
-