org.apache.commons.jexl3.parser
Interface JexlNode.Constant<T>

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

public static interface JexlNode.Constant<T>

A marker interface for constants.


Method Summary
 T getLiteral()
           
 

Method Detail

getLiteral

T getLiteral()


Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.