JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
T
getLiteral
()
Method Detail
getLiteral
T
getLiteral()
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method