public class Reverse extends Object implements ValueExpression
ValueExpression that reverses the results of its operand.
Reverse has a single operand values (a
ValueExpression). When evaluated, it evaluates values
and then reverses and returns the result.
| Modifier and Type | Field and Description |
|---|---|
ValueExpression |
values |
| Constructor and Description |
|---|
Reverse(ValueExpression values) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<OptionalValue> |
eval(Environment environment,
Encoding encoding) |
public final ValueExpression values
public Reverse(ValueExpression values)
public ImmutableList<OptionalValue> eval(Environment environment, Encoding encoding)
eval in interface ValueExpressionCopyright © 2017. All rights reserved.