Package | Description |
---|---|
org.apache.commons.jexl2 |
Provides a framework for evaluating JEXL expressions.
|
Modifier and Type | Method and Description |
---|---|
(package private) abstract UnifiedJEXL.ExpressionType |
UnifiedJEXL.Expression.getType()
Gets this expression type.
|
(package private) UnifiedJEXL.ExpressionType |
UnifiedJEXL.ConstantExpression.getType()
Gets this expression type.
|
(package private) UnifiedJEXL.ExpressionType |
UnifiedJEXL.ImmediateExpression.getType()
Gets this expression type.
|
(package private) UnifiedJEXL.ExpressionType |
UnifiedJEXL.DeferredExpression.getType()
Gets this expression type.
|
(package private) UnifiedJEXL.ExpressionType |
UnifiedJEXL.NestedExpression.getType()
Gets this expression type.
|
(package private) UnifiedJEXL.ExpressionType |
UnifiedJEXL.CompositeExpression.getType()
Gets this expression type.
|
static UnifiedJEXL.ExpressionType |
UnifiedJEXL.ExpressionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UnifiedJEXL.ExpressionType[] |
UnifiedJEXL.ExpressionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|